-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1021 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
{
"name": "tapicc-api",
"private": true,
"version": "0.0.2",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@types/express": "^4.11.1",
"@types/node": "^9.4.6",
"include-all": "^1.0.0",
"rc": "1.0.1",
"sails": "~0.12.14",
"sails-disk": "~0.10.9",
"sails-swagger-alino": "1.1.9",
"sails-typings": "^0.2.3",
"ts-node": "^5.0.0",
"typescript": "^2.7.2",
"waterline-typings": "^0.2.0"
},
"scripts": {
"debug": "node debug app.js",
"start": "ts-node app.js",
"test": "ts-node node_modules/mocha/bin/mocha test/bootstrap.test.js test/integration/**/*.test.js",
"generateSwagger": "node generateSwaggerFile.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/alino/TAPICC.git"
},
"author": "alino",
"license": "",
"devDependencies": {
"expect": "^23.4.0",
"mocha": "^5.2.0",
"sails-memory": "^0.10.7",
"supertest": "^3.1.0",
"swagger-ui": "^2.2.10"
}
}