-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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": "teedy-api",
"version": "1.0.9",
"description": "An unoffical Teedy(https://github.com/sismics/docs) API generated using the source code found at https://github.com/sismics/docs/tree/master/docs-web/src/main/java/com/sismics/docs/rest/resource",
"main": "js/swagger/index.js",
"typings": "js/swagger/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node --require ts-node/register/transpile-only ts/build.ts && rimraf -R js && tsc",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasilevich/teedy-api.git"
},
"keywords": [
"typescript",
"teedy",
"sismics",
"docs"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/vasilevich/teedy-api/issues"
},
"homepage": "https://github.com/vasilevich/teedy-api#readme",
"dependencies": {
"axios": "^0.21.1",
"apidoc-swagger-3": "1.0.6",
"intercept-stdout": "0.1.2",
"swagger-nodegen-cli": "3.0.24",
"ts-node": "9.1.1",
"typescript": "4.2.2",
"rimraf": "2.6.2"
},
"devDependencies": {
"@types/node": "^14.14.31"
}
}