plex/package.json
2019-09-02 21:43:41 +02:00

18 lines
429 B
JSON

{
"name": "plex",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ogobrecht/plex.git"
},
"scripts": {
"build": "node src/build.js",
"postbuild": "npx ploc --in src/PLEX.pks --out README.md",
"watch": "chokidar src/PLEX.pks src/PLEX.pkb src/plex_install.sql --initial -c \"npm run build\""
},
"dependencies": {
"chokidar-cli": "^1.2.2",
"ploc": "^0.6.1"
}
}