-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1013 Bytes
/
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
41
42
43
{
"name": "@corcc/contri",
"version": "0.0.0",
"description": "",
"author": "TaYaKi71751",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/corcc/contri/issues"
},
"homepage": "https://github.com/corcc/contri#readme",
"scripts": {
"clear": "tsc --build --clean",
"build": "tsc --build --clean && tsc"
},
"dependencies": {
"@types/node": "^17.0.22",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"util": "^0.12.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"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",
"tslib": "^2.4.0"
},
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/corcc/contri.git"
},
"keywords": [
"ts-node",
"ts",
"js",
"nodejs",
"typescript"
]
}