52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "pg-minify",
|
||
|
|
"version": "1.6.2",
|
||
|
|
"description": "Minifies PostgreSQL scripts.",
|
||
|
|
"main": "lib/index.js",
|
||
|
|
"typings": "typescript/pg-minify.d.ts",
|
||
|
|
"scripts": {
|
||
|
|
"test": "jasmine-node --captureExceptions test",
|
||
|
|
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
|
||
|
|
"lint": "eslint ./lib ./test/*.js",
|
||
|
|
"travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"lib",
|
||
|
|
"typescript"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/vitaly-t/pg-minify",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/vitaly-t/pg-minify.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/vitaly-t/pg-minify/issues",
|
||
|
|
"email": "vitaly.tomilov@gmail.com"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"sql",
|
||
|
|
"postgresql",
|
||
|
|
"comments",
|
||
|
|
"minify",
|
||
|
|
"uglify",
|
||
|
|
"compress",
|
||
|
|
"strip",
|
||
|
|
"remove"
|
||
|
|
],
|
||
|
|
"author": {
|
||
|
|
"name": "Vitaly Tomilov",
|
||
|
|
"email": "vitaly.tomilov@gmail.com"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"coveralls": "3.1.0",
|
||
|
|
"eslint": "7.16.0",
|
||
|
|
"istanbul": "0.4.5",
|
||
|
|
"jasmine-node": "3.0.0",
|
||
|
|
"typescript": "4.1.3"
|
||
|
|
}
|
||
|
|
}
|