123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "pg-minify",
- "version": "1.6.3",
- "description": "Minifies PostgreSQL scripts.",
- "main": "lib/index.js",
- "typings": "typescript/pg-minify.d.ts",
- "scripts": {
- "test": "jasmine-node --captureExceptions test",
- "lint": "eslint ./lib ./test/*.js"
- },
- "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": ">=12.0.0"
- },
- "devDependencies": {
- "eslint": "8.36.0",
- "istanbul": "0.4.5",
- "jasmine-node": "3.0.0",
- "typescript": "5.0.2"
- }
- }
|