plex/package.json
Ottmar Gobrecht 2559f984ed fixes #5
2020-10-24 15:13:57 +02:00

21 lines
618 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 /@playground @plex_install.sql",
"watch": "chokidar src/PLEX.pks src/PLEX.pkb src/plex_install.sql --initial -c \"npm run build\"",
"test-ccflags": "echo exit | sqlplus -S /@playground @plex_install_dev_test_ccflags.sql"
},
"devDependencies": {
"chokidar-cli": "^2.1.0",
"ploc": "^0.6.2"
}
}