12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "pg-minify",
- "version": "1.6.5",
- "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": ">=14.0.0"
- },
- "devDependencies": {
- "@eslint/js": "9.7.0",
- "eslint": "9.7.0",
- "istanbul": "0.4.5",
- "jasmine-node": "3.0.0",
- "typescript": "5.5.3"
- }
- }
|