-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 782 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 782 Bytes
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
{
"name": "neo-query.git",
"version": "1.0.0",
"main": "index.js",
"author": "Andy Jack <github@veracity.ca>",
"license": "MIT",
"dependencies": {
"csv-stringify": "^6.6.0",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"express": "^5.2.1",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.11",
"playwright": "^1.58.1",
"pm2": "^6.0.14",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
},
"scripts": {
"dev-server": "nodemon --watch lib --watch routes --watch app.js app.js"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.3.0",
"prettier": "3.8.1"
}
}