-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 833 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
{
"name": "jizoproject",
"version": "1.0.0",
"description": "奈良市内の地蔵、祠など調査収集プロジェクト",
"main": "index.js",
"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/JizoProject.git"
},
"author": "Code for History",
"license": "ISC",
"bugs": {
"url": "https://github.com/code4history/JizoProject/issues"
},
"homepage": "https://github.com/code4history/JizoProject#readme",
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.5.0"
},
"devDependencies": {
"pwa-asset-generator": "^6.0.5"
}
}