plex/package.json
2019-03-13 19:50:28 +01:00

17 lines
377 B
JSON

{
"name": "plex",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ogobrecht/plex.git"
},
"scripts": {
"build:docs": "npx ploc --in PLEX.pks --out README.md",
"watch:docs": "chokidar PLEX.pks package.json --initial -c \"npm run build:docs\""
},
"dependencies": {
"chokidar-cli": "^1.2.2",
"ploc": "^0.5.0"
}
}