-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "ulitza",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mihaiolteanu/ulitza.git"
},
"author": "Mihai Olteanu",
"license": "ISC",
"bugs": {
"url": "https://github.com/mihaiolteanu/ulitza/issues"
},
"homepage": "https://github.com/mihaiolteanu/ulitza#readme",
"dependencies": {
"@types/sanctuary": "^3.1.0",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"fluture": "^14.0.0",
"fs-extra": "^11.1.1",
"global": "^4.4.0",
"json-stringify-pretty-compact": "^4.0.0",
"mustache": "^4.2.0",
"openai": "^4.38.1",
"osm-pbf-parser": "^2.3.0",
"ramda": "^0.29.1",
"ramda-fantasy": "^0.8.0",
"sanctuary": "^3.1.0"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/mustache": "^4.2.5",
"@types/ramda": "^0.29.12",
"eslint": "^9.2.0",
"globals": "^15.2.0"
}
}