-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 990 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
37
38
39
{
"name": "ardent-api",
"version": "4.10.1",
"description": "Ardent API provides access to data submitted to EDDN",
"main": "index.js",
"scripts": {
"start": "node index.js",
"warm-cache": "node scripts/warm-cache.js",
"dev": "cross-env NODE_ENV=development node index.js",
"lint": "npx standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iaincollins/ardent-api.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/iaincollins/ardent-api/issues"
},
"homepage": "https://github.com/iaincollins/ardent-api#readme",
"dependencies": {
"better-sqlite3": "^8.3.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"koa-compress": "^5.1.1",
"koa-router": "^12.0.0",
"node-cron": "^3.0.3"
},
"devDependencies": {
"standard": "^17.1.0"
},
"engines": {
"npm": "9.6.7",
"node": "18.17.1"
}
}