update package.json

This commit is contained in:
harsha-iiiv 2025-04-13 23:37:25 +05:30
parent 6f645e06f3
commit f68f8c2c64

View File

@ -20,11 +20,7 @@
"start": "node dist/index.js",
"clean": "rimraf dist",
"typecheck": "tsc --noEmit",
"build": "tsc && chmod 755 dist/index.js",
"prepare": "npm run clean && npm run build",
"prepublishOnly": "npm run lint",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\""
"build": "tsc && chmod 755 dist/index.js"
},
"keywords": [
"openapi",