-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "@corcc/nvr",
"version": "v0.0.0",
"author": {
"name": "TaYaKi71751",
"url": "https://github.com/TaYaKi71751"
},
"bugs": {
"url": "https://github.com/corcc/NVR/issues"
},
"repository": {
"url": "https://github.com/corcc/NVR"
},
"main": "dist/index.js",
"scripts": {
"config:scripts": "ts-node ./config/scripts",
"build:tsc": "tsc",
"build:dist": "tsc",
"lint:fix": "eslint --fix --ext .ts,.tsx .",
"lint:run": "eslint --ext .ts,.tsx ."
},
"dependencies": {
"@corcc/request": "github:corcc/request#dist",
"@taccl/package": "github:taccl/package#dist",
"@types/har-format": "^1.2.8",
"@types/node": "^17.0.5",
"@types/sqlite3": "^3.1.8",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"tar": ">=4.4.18",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"yarn": "^1.22.17"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0"
}
}