-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.32 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.32 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
32
33
34
35
36
37
38
39
{
"name": "osm-phone-report",
"version": "2.16.1",
"description": "A GitHub Pages site that reports invalid phone numbers from OpenStreetMap data.",
"main": "src/main.js",
"scripts": {
"download-icons": "node src/download-icons.js",
"start": "npm run build",
"test": "jest",
"build:css": "npx @tailwindcss/cli -i src/input.css -o public/styles.css",
"build:history": "node src/history-processor.js",
"build:progress": "node src/html-progress.js",
"build": "node src/main.js && npm run build:history && npm run build:progress && npm run build:css",
"bot:autofix": "node src/osm-safe-edits.js"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@mapbox/maki": "^8.2.0",
"@node-minify/cli": "^10.4.0",
"@node-minify/jsonminify": "^10.4.0",
"@openstreetmap/id-tagging-schema": "^6.13.4",
"@rapideditor/temaki": "^5.12.0",
"@tailwindcss/cli": "^4.2.1",
"chart.js": "^4.5.1",
"diff": "^8.0.2",
"html-minifier-terser": "^7.0.0",
"jest": "^30.1.3",
"libphonenumber-js": "^1.12.38",
"node-fetch": "^3.3.2",
"osm-api": "^4.0.0",
"stream-chain": "^3.4.0",
"stream-json": "^1.9.1",
"string-similarity-js": "^2.1.4",
"terser": "^5.44.1",
"uuid": "^13.0.0"
},
"author": "confusedbuffalo",
"license": "GNU GPL v3.0"
}