-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.08 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "api-nodetest",
"version": "1.4.0",
"description": "The Neotoma API: Connecting users to the Neotoma database through Express.js",
"keywords": [
"api",
"paleoecology",
"neotoma"
],
"repository": "https://github.com/NeotomaDB/api_nodetest",
"license": "MIT",
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./bin/www",
"test": "node ./node_modules/mocha/bin/mocha --config=test/.mocharc.yml --reporter-options reportDir=public,reportFilename=tests"
},
"pre-commit": "test",
"dependencies": {
"@terraformer/wkt": "^2.2.1",
"acorn": "^6.4.2",
"apicache": "^1.6.2",
"axios": "^1.7.4",
"big-json": "^3.2.0",
"bluebird": "^3.7.2",
"body-parser": "^1.20.3",
"chakram": "^1.5.0",
"child-process-promise": "^2.2.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"csv": "^6.3.10",
"csv-transform": "^0.0.8",
"dotenv": "^8.6.0",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-rate-limit": "^7.3.0",
"he": "^1.2.0",
"helmet": "^7.1.0",
"jade": "^0.29.0",
"js2xmlparser": "^4.0.1",
"morgan": "^1.10.0",
"node-postgres": "^0.6.2",
"oatts": "^1.6.0",
"object-sizeof": "^1.6.3",
"pg-promise": "^11.8.0",
"request": "^2.88.2",
"rotating-file-stream": "^2.1.5",
"swagger-ui-express": "^4.3.0",
"terraformer": "^1.0.12",
"terraformer-wkt-parser": "^1.2.1",
"xmlcreate": "^2.0.3",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-openapi-response-validator": "^0.13.0",
"eslint": "^8.56.0",
"eslint-config-google": "^0.11.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-strongloop": "^2.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"gulp": "^5.0.0",
"gulp-mocha": "^10.0.0",
"gulp-nodemon": "^2.2.1",
"mocha": "^9.2.2",
"mochawesome": "^7.1.3",
"nodemon": "^3.1.4",
"pre-commit": "^1.2.2",
"supertest": "^3.4.2"
}
}