-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 740 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Prova",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js"
},
"devDependencies": {
"@adonisjs/assembler": "^5.8.1",
"@japa/preset-adonis": "^1.2.0",
"@japa/runner": "^2.2.1",
"adonis-preset-ts": "^2.1.0",
"pino-pretty": "^9.1.0",
"typescript": "~4.6",
"youch": "^3.2.2",
"youch-terminal": "^2.1.5"
},
"dependencies": {
"@adonisjs/core": "^5.8.6",
"@adonisjs/lucid": "^18.1.1",
"@adonisjs/repl": "^3.1.11",
"luxon": "^3.0.3",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21",
"sqlite3": "^5.1.1"
}
}