2
0
Files
bot/packages/models/package.json

20 lines
364 B
JSON
Raw Normal View History

2022-01-06 09:40:56 +01:00
{
"name": "models",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
2022-01-06 09:40:56 +01:00
"license": "AGPL-3.0-or-later",
"private": true,
"devDependencies": {
2022-04-02 10:38:00 +02:00
"typescript": "^4.6.3"
2022-01-06 09:40:56 +01:00
},
"dependencies": {
2022-04-02 10:38:00 +02:00
"next": "^12.1.4",
2022-01-06 09:40:56 +01:00
"db": "*"
},
"scripts": {
"build": "tsc",
"dx": "tsc --watch --preserveWatchOutput"
2022-01-06 09:40:56 +01:00
}
}