-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpackage.json
36 lines (36 loc) · 895 Bytes
/
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
{
"name": "garbage-classification-data",
"version": "0.0.2",
"description": "垃圾分类数据",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"lint": "./node_modules/.bin/eslint . -c .eslintrc --ext js",
"prepare": "npm run lint"
},
"keywords": [
"garbage",
"classification"
],
"engines": {
"node": ">=10.0.0"
},
"author": "alexayan",
"repository": "https://github.com/alexayan/garbage-classification-data",
"dependencies": {
"fs-extra": "^8.1.0",
"lodash": "^4.17.11",
"log4js": "^4.4.0",
"node-fetch": "^2.6.0",
"sql-template-strings": "^2.2.2",
"sqlite": "^3.0.3"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"mocha": "^6.1.4"
}
}