plex/package.json
2019-12-30 19:54:54 +01:00

19 lines
523 B
JSON

{
"name": "plex",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ogobrecht/plex.git"
},
"scripts": {
"prebuild": "npx ploc --in src/PLEX.pks --out README.md",
"build": "node src/build.js",
"postbuild": "echo exit | sqlplus -S demo/oracle@localhost:1521/xepdb1 @plex_install.sql",
"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"
}
}