-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
50
51
{
"name": "inaturalistjs",
"version": "2.16.0",
"description": "inaturalistjs",
"author": "iNaturalist",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/inaturalist/inaturalistjs.git"
},
"bugs": {
"url": "https://github.com/inaturalist/inaturalistjs/issues"
},
"homepage": "https://github.com/inaturalist/inaturalistjs#readme",
"main": "./lib/inaturalistjs.js",
"browser": "./build/inaturalistjs.js",
"scripts": {
"test": "NODE_ENV=test mocha --recursive --exit",
"coverage": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary npm run test",
"webpack": "webpack",
"webpack-watch": "webpack watch",
"eslint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"cross-fetch": "^4.0.0",
"form-data": "^4.0.0",
"rison-node": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"chai": "^4.4.1",
"debug": "^4.3.5",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"lodash": "^4.17.21",
"mocha": "^10.6.0",
"nock": "github:nock/nock#beta",
"nyc": "^17.0.0",
"querystring-es3": "^0.2.1",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}