This repository was archived by the owner on Jan 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "roleplay-api",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"test": "node -r @adonisjs/assembler/build/register japaFile.ts"
},
"devDependencies": {
"@adonisjs/assembler": "^5.3.0",
"@types/supertest": "^2.0.12",
"adonis-preset-ts": "^2.1.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "5.1.1",
"get-port": "5.1.1",
"japa": "^4.0.0",
"pino-pretty": "^7.5.4",
"prettier": "^2.6.0",
"supertest": "^6.2.2",
"typescript": "~4.5",
"youch": "^3.1.1",
"youch-terminal": "^2.1.3"
},
"dependencies": {
"@adonisjs/auth": "^8.0.12",
"@adonisjs/bouncer": "^2.2.6",
"@adonisjs/core": "^5.4.0",
"@adonisjs/lucid": "^17.1.0",
"@adonisjs/mail": "^7.2.5",
"@adonisjs/repl": "^3.1.0",
"@adonisjs/view": "^6.1.2",
"knex": "^1.0.4",
"luxon": "^2.3.1",
"mysql": "^2.18.1",
"node-pre-gyp": "^0.17.0",
"phc-argon2": "^1.1.3",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21",
"sqlite3": "^5.0.2"
}
}