-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "@openaddresses/batch-generic",
"type": "module",
"version": "23.0.0",
"description": "JSON Schema/ORM Hybrid Helper for Drizzle-ORM",
"main": "./dist/generic.js",
"types": "./generic.ts",
"scripts": {
"lint": "eslint generic.ts lib/ test/",
"doc": "typedoc generic.ts",
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openaddresses/batch-generic.git"
},
"author": "Nick Ingalls <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/openaddresses/batch-generic/issues"
},
"homepage": "https://github.com/openaddresses/batch-generic#readme",
"peerDependencies": {
"drizzle-kit": "^0.26.0",
"drizzle-orm": "^0.35.0",
"moment": "2.x.x"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/geojson": "^7946.0.13",
"@types/tape": "^5.6.4",
"eslint": "^9.0.0",
"tape": "^5.4.0",
"typedoc": "^0.26.0",
"typescript": "^5.3.3",
"typescript-eslint": "^8.0.0"
},
"dependencies": {
"@openaddresses/batch-error": "^2.1.2",
"@turf/bbox": "^7.0.0",
"mkdirp": "^3.0.0",
"postgres": "^3.4.3",
"wkx": "^0.5.0"
}
}