diff --git a/pkgs/cli/package.json b/pkgs/cli/package.json index 6589f6c95..017c68472 100644 --- a/pkgs/cli/package.json +++ b/pkgs/cli/package.json @@ -1,44 +1,42 @@ -{ - "name": "pgflow", - "version": "0.13.3", - "license": "Apache-2.0", - "repository": { - "type": "git", - "url": "https://github.com/pgflow-dev/pgflow", - "directory": "pkgs/cli" - }, - "type": "module", - "main": "./dist/index.js", - "typings": "./dist/index.d.ts", - "bin": "./dist/index.js", - "exports": { - "./package.json": "./package.json", - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js" - } - }, - "types": "./dist/index.d.ts", - "module": "./dist/index.js", - "devDependencies": { - "@types/node": "^22.14.1", - "tsx": "^4.19.3" - }, - "dependencies": { - "@clack/prompts": "^0.10.1", - "@commander-js/extra-typings": "^13.1.0", - "@decimalturn/toml-patch": "0.3.7", - "@pgflow/core": "workspace:*", - "chalk": "^5.4.1", - "commander": "^13.1.0" - }, - "publishConfig": { - "access": "public" - }, - "files": [ - "dist" - ], - "scripts": { - "postinstall": "chmod +x dist/index.js || true" - } -} +{ + "name": "pgflow", + "version": "0.13.3", + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/pgflow-dev/pgflow", + "directory": "pkgs/cli" + }, + "type": "module", + "main": "./dist/index.js", + "typings": "./dist/index.d.ts", + "bin": "./dist/index.js", + "exports": { + "./package.json": "./package.json", + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js" + } + }, + "types": "./dist/index.d.ts", + "module": "./dist/index.js", + "devDependencies": { + "@types/node": "^22.14.1", + "tsx": "^4.19.3" + }, + "dependencies": { + "@clack/prompts": "^0.10.1", + "@commander-js/extra-typings": "^13.1.0", + "@decimalturn/toml-patch": "0.3.7", + "@pgflow/core": "workspace:*", + "chalk": "^5.4.1", + "commander": "^13.1.0" + }, + "publishConfig": { + "access": "public" + }, + "files": [ + "dist" + ], + "scripts": {} +}