-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "atto-rest",
"version": "1.0.1",
"description": "Clean and simple modern WEB services",
"repository": {
"type": "git",
"url": "https://github.com/attorest/atto-rest"
},
"engines": {
"node": ">=10"
},
"homepage": "https://www.npmjs.com/package/atto-rest",
"keywords": ["atto", "rest", "micro", "service", "microservice", "attoservice", "attorest", "API", "RESTAPI", "RESTful", "microrest", "route", "router", "routes"],
"bin": "dist/server.js",
"main": "dist/server.js",
"dependencies": {
"config": "^3.0.1",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"micro": "^9.3.3",
"micro-query": "^0.3.0",
"pg": "^7.8.1",
"qs": "^6.6.0",
"reflect-metadata": "^0.1.13",
"socket.io": "^2.2.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/config": "0.0.34",
"@types/micro": "^7.3.3",
"@types/node": "^11.9.5",
"@types/pg": "^7.4.13",
"@types/qs": "^6.5.1",
"micro-dev": "^3.0.0",
"nodemon": "^1.18.10",
"ts-node": "^8.0.2",
"typescript": "^3.3.3333"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish attorest/atto-rest",
"start": "NODE_ENV=production LOGS_DIR=./.docker/logs micro dist/server.js",
"tsdev": "tsc -b ./tsconfig.json --watch",
"dev": "NODE_ENV=development LOGS_DIR=./.docker/logs micro-dev ./dist/server.js -i ./.docker -w ./dist"
},
"authors": [{
"name": "Yevhenii Ivanets",
"url": "https://github.com/ivanets"
}, {
"name": "Mikhail Demidoff",
"url": "https://github.com/thundermind"
}, {
"name": "Sophiia Kolesnyk",
"url": "https://github.com/SophieKolesnyk"
}],
"license": "MIT"
}