aprsNotifyJS/package.json

30 lines
850 B
JSON

{
"name": "aprsnotifyjs",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"aprs-parser": "^1.0.4",
"ol": "^5.3.3",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3",
"ws": "^5.2.2"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"parcel": "^1.12.3",
"vue-template-compiler": "^2.6.10"
},
"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"
}