-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.02 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.02 KB
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": "tatebayashistones",
"version": "1.0.0",
"description": "「たてばやしの野仏巡り」全5巻相当のデータのオープンデータ化&現況調査プロジェクト",
"main": "index.js",
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"flatgeobuf": "^3.24.1",
"form-data": "^4.0.3",
"node-fetch": "^3.3.2"
},
"scripts": {
"assets": "pwa-asset-generator ./icons/icon_original.png ./icons --background \"#ffffff\" --manifest manifest.json --index index.html --favicon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code4history/TatebayashiStones.git"
},
"author": "Code for History",
"license": "ISC",
"bugs": {
"url": "https://github.com/code4history/TatebayashiStones/issues"
},
"homepage": "https://github.com/code4history/TatebayashiStones#readme",
"devDependencies": {
"pwa-asset-generator": "^6.0.5"
}
}