20 lines
541 B
JSON
20 lines
541 B
JSON
{
|
|
"name": "plex",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"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 tests/oracle@localhost/xepdb1 @plex_install.sql",
|
|
"watch": "chokidar src/PLEX.pks src/PLEX.pkb src/plex_install.sql --initial -c \"npm run build\""
|
|
},
|
|
"devDependencies": {
|
|
"chokidar-cli": "^2.1.0",
|
|
"ploc": "^0.6.1"
|
|
}
|
|
}
|