-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 858 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 858 Bytes
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
{
"name": "ts-docs-auto",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ts-docs/ts-docs-auto.git"
},
"author": "GoogleFeud",
"license": "MIT",
"bugs": {
"url": "https://github.com/ts-docs/ts-docs-auto/issues"
},
"homepage": "https://github.com/ts-docs/ts-docs-auto#readme",
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^8.0.0",
"typescript": "^4.5.2"
},
"dependencies": {
"@ts-docs/default-docs-structure": "^0.2.1",
"@ts-docs/ts-docs": "^0.2.1",
"adm-zip": "^0.5.9",
"got": "^11.8.2"
}
}