-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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": "application",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts",
"dev": "ts-node-dev src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phpvigo/api-benchmark-node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/phpvigo/api-benchmark-node/issues"
},
"homepage": "https://github.com/phpvigo/api-benchmark-node#readme",
"dependencies": {
"express": "^4.17.1",
"mysql": "^2.18.1",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.25"
},
"devDependencies": {
"@types/express": "^4.17.7",
"@types/node": "^8.0.29",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow-functions": "^3.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ts-node": "3.3.0",
"ts-node-dev": "^1.0.0-pre.56",
"typescript": "3.3.3333"
}
}