-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 756 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 756 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
{
"name": "promedge",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"dev": "nodemon -e js,ts,json -r esm --watch . --ignore ./files",
"start": "ts-node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"esm": "^3.2.25",
"express": "^4.17.1",
"fs": "0.0.1-security",
"morgan": "^1.10.0",
"path": "^0.12.7"
},
"devDependencies": {
"@types/express": "^4.17.3",
"@types/morgan": "^1.9.0",
"@types/node": "^13.9.3",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"nodemon": "^2.0.2",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
}
}