UNPKG

@dx-box/common

Version:

(DX) by providing common configurations for TypeScript, ESLint, Prettier, and automated Git hooks for formatting and linting.

67 lines (66 loc) 1.91 kB
{ "name": "@dx-box/common", "version": "1.0.11", "description": "(DX) by providing common configurations for TypeScript, ESLint, Prettier, and automated Git hooks for formatting and linting.", "type": "module", "main": "dist/index.js", "files": [ "dist", "templates" ], "bin": { "dx-postinstall": "dist/bin/dx-postinstall.js", "dx-init": "dist/bin/dx-init.js", "dx-fix": "dist/bin/dx-fix.js", "dx-absolute": "dist/bin/dx-absolute.js", "dx-lint": "dist/bin/dx-lint.js", "dx-format": "dist/bin/dx-format.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf dist", "build": "npm run clean && node scripts/build.mjs", "build:pack": "npm run build && npm pack", "postinstall": "node dist/bin/dx-postinstall.js", "changeset": "changeset", "version-packages": "changeset version && changeset publish" }, "repository": { "type": "git", "url": "git+https://github.com/dx-box/common.git" }, "keywords": [ "dx", "dx-box", "dx-kit", "dx-tools" ], "author": "dx-box", "license": "MIT", "bugs": { "url": "https://github.com/dx-box/common/issues" }, "homepage": "https://github.com/dx-box/common#readme", "dependencies": { "ts-morph": "^26.0.0" }, "devDependencies": { "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.29.4", "@types/node": "^22.15.19", "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", "commander": "^14.0.0", "esbuild": "^0.25.4", "eslint": "^9.27.0", "eslint-config-prettier": "^10.1.5", "fast-glob": "^3.3.3", "husky": "^9.1.7", "prettier": "^3.5.3", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" } }