forked from WildMeOrg/Wildbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.03 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
48
49
{
"name": "wildbook",
"version": "1.0.0",
"description": "node for cypress testing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"lint": "eslint '**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WildbookOrg/Wildbook.git"
},
"keywords": [
"wildbook",
"ai",
"machine",
"learning",
"image",
"analysis",
"biology",
"science",
"citizen",
"science"
],
"author": "",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/WildbookOrg/Wildbook/issues"
},
"homepage": "https://github.com/WildbookOrg/Wildbook#readme",
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"prettier --write"
]
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"cypress": "^13.7.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.0.0",
"husky": "^7.0.4",
"lint-staged": ">=8",
"prettier": "^3.2.5"
}
}