-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.14 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
41
42
43
44
{
"name": "cars-rest-api",
"private": true,
"version": "0.0.1",
"description": "Examploe REST API",
"engines": {
"node": "8.5.0",
"npm": "5.3.0"
},
"keywords": [],
"dependencies": {
"@elastic/elasticsearch": "^7.6.1",
"@types/express": "^4.11.0",
"@types/node": "^8.5.2",
"express-graphql": "^0.6.11",
"graphql": "^0.10.5",
"include-all": "^1.0.0",
"loadash": "^1.0.0",
"rc": "1.0.1",
"sails": "^0.12.14",
"sails-disk": "~0.10.9",
"sails-hook-validation": "^0.4.7",
"sails-mongo": "^0.12.2",
"sails-seed": "^0.5.0",
"sails-swagger": "^0.5.1",
"swagger-ui": "^2.2.10",
"swagger-ui-themes": "^3.0.0",
"ts-node": "^4.0.2",
"typescript": "^2.6.2",
"waterline-to-graphql": "0.0.3"
},
"scripts": {
"debug": "node debug app.js",
"start": "ENV=development PORT=1337 ENABLE_ELASTICSEARCH=true DISABLE_SAILS_SEED=true DISABLE_GRAPHQL=true node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/SharePointOscar/cars-api.git"
},
"author": "Oscar Medina @SharePointOscar",
"license": "MIT",
"devDependencies": {}
}