-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "hinemos_api",
"version": "1.4.2",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"eslint": "eslint index.js test/**/*.js src/**/*.js",
"start": "node index.js",
"test": "mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sakabar/hinemos_api.git"
},
"author": "Takafumi Sakakibara",
"license": "MIT",
"bugs": {
"url": "https://github.com/sakabar/hinemos_api/issues"
},
"homepage": "https://github.com/sakabar/hinemos_api#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"mocha": "^5.2.0",
"sinon": "^8.1.1"
},
"dependencies": {
"body-parser": "^1.19.0",
"cuberyl": "1.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.9.0",
"fluent-logger": "^2.8.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mathjs": "^8.1.1",
"moment": "^2.29.1",
"mysql2": "^1.7.0",
"sequelize": "5.15.1"
}
}