32 lines
912 B
JSON
32 lines
912 B
JSON
{
|
|
"name": "aprsnotifyjs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"dependencies": {
|
|
"aprs-parser": "^1.0.4",
|
|
"distinct-colors": "^1.0.4",
|
|
"ol": "^5.3.3",
|
|
"vue": "^2.6.11",
|
|
"vue-hot-reload-api": "^2.3.4",
|
|
"vuelayers": "^0.11.23",
|
|
"ws": "^5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/component-compiler-utils": "^3.1.2",
|
|
"parcel": "^1.12.4",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"monkeyPatch": "sed -i '8s| APRSIS| //APRSIS|' node_modules/aprs-parser/lib/index.js",
|
|
"serve": "node src/server.js",
|
|
"prestart": "npm run monkeyPatch",
|
|
"start": "npx parcel src/index.html",
|
|
"prebuild": "npm run monkeyPatch",
|
|
"build": "npx parcel build --public-url ./ src/index.html"
|
|
},
|
|
"author": "Adam Goldsmith <contact@adamgoldsmith.name>",
|
|
"license": "ISC"
|
|
}
|