aprsNotifyJS/package.json

32 lines
904 B
JSON
Raw Normal View History

{
"name": "aprsnotifyjs",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"aprs-parser": "^1.0.4",
2019-07-15 18:08:15 -04:00
"distinct-colors": "^1.0.4",
2019-07-09 23:51:24 -04:00
"ol": "^5.3.3",
2019-07-16 16:11:41 -04:00
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4",
"vuelayers": "^0.11.23",
"ws": "^5.2.2"
},
"devDependencies": {
2019-07-16 16:11:41 -04:00
"@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": "parcel src/index.html",
"prebuild": "npm run monkeyPatch",
"build": "parcel build --public-url ./ src/index.html"
},
"author": "Adam Goldsmith <contact@adamgoldsmith.name>",
"license": "ISC"
}