-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 KB
/
package.json
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
{
"name": "filesystem",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "node ace build",
"start": "node ace serve --watch"
},
"prettier": {
"arrowParens": "always",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
},
"dependencies": {
"@adonisjs/ace": "~6.9.3",
"@adonisjs/core": "~5.0.0-preview-rc-1.9",
"@adonisjs/fold": "~6.3.5",
"@slynova/flydrive": "~1.0.1",
"proxy-addr": "~2.0.6",
"reflect-metadata": "~0.1.13",
"source-map-support": "~0.5.19"
},
"devDependencies": {
"@adonisjs/assembler": "~2.1.3",
"adonis-preset-ts": "~1.0.4",
"eslint": "~7.2.0",
"eslint-config-cheminfo": "~4.0.0",
"eslint-config-cheminfo-typescript": "~6.0.0",
"eslint-plugin-import": "~2.21.2",
"eslint-plugin-jest": "~23.13.2",
"eslint-plugin-prettier": "~3.1.4",
"prettier": "2.0.5",
"pino-pretty": "~4.0.0",
"typescript": "~3.9.6",
"youch": "~2.0.10",
"youch-terminal": "~1.0.0"
}
}