generated from csivitu/Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "sike-service",
"description": "[![csivit][csivitu-shield]][csivitu-url] [![Issues][issues-shield]][issues-url]",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.10.2",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"nodemon": "^2.0.13",
"ts-node": "^10.2.1"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"joi": "^17.4.0",
"mongoose": "^5.13.2",
"socket.io": "^4.1.3",
"typescript": "^4.3.5",
"uuid": "^8.3.2",
"winston": "^3.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "nodemon ./src/index.ts",
"start": "node build/index.js",
"lint": "eslint \"src/**/*.{ts,js,jsx}\"",
"lint:fix": "eslint \"src/**/*.{ts,js,jsx}\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashikka/sike-service.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashikka/sike-service/issues"
},
"homepage": "https://github.com/ashikka/sike-service#readme"
}