plex/package.json
2019-06-20 16:33:45 +02: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.6.1"
}
}