-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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
{
"name": "@corcc/request",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"config:scripts": "ts-node ./config/scripts",
"lint:fix": "eslint --fix --ext .ts,.tsx .",
"lint:run": "eslint --ext .ts,.tsx .",
"test:request": "ts-node ./test/Request.ts",
"build:tsc:clean": "tsc --build --clean",
"build:tsc:noargs": "tsc",
"build:tsc:version": "tsc --version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corcc/request.git"
},
"author": "TaYaKi71751",
"bugs": {
"url": "https://github.com/corcc/request/issues"
},
"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"
},
"dependencies": {
"@taccl/package": "github:taccl/package#dist",
"@types/node": "^17.0.8",
"@types/typescript": "^2.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}