forked from openaddresses/openaddresses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 747 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 747 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
{
"name": "oa",
"version": "5.7.0",
"type": "module",
"description": "Manage, test and download a global register of addresses.",
"main": "test/lib.js",
"scripts": {
"test": "tape test/**.test.js | tap-dot",
"lint": "eslint test/**.js"
},
"license": "BSD",
"engines": {
"node": ">=10.x.x"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"eslint-plugin-n": "^17.10.3",
"globals": "^15.10.0",
"tap-dot": "^1.0.0",
"tape": "^5.9.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.7.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.0",
"glob": "^11.0.0"
}
}