UNPKG

@gasket/plugin-typescript

Version:
48 lines 1.29 kB
{ "name": "@gasket/plugin-typescript", "version": "7.4.6", "description": "Gasket plugin for TypeScript support", "types": "lib/index.d.ts", "files": [ "generator", "lib", "EXAMPLES.md" ], "exports": { ".": "./lib/index.js", "./prompts": "./lib/prompt.js", "./package.json": "./package.json" }, "repository": "godaddy/gasket.git", "publishConfig": { "access": "public" }, "keywords": [ "gasket", "plugin", "typescript" ], "author": "GoDaddy Operating Company, LLC", "license": "MIT", "bugs": "https://github.com/godaddy/gasket/issues", "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-typescript", "devDependencies": { "concurrently": "^9.1.2", "jest": "^29.7.0", "tsx": "^4.19.3", "typescript": "^5.8.2", "@gasket/core": "^7.6.3", "@gasket/plugin-metadata": "^7.5.4", "create-gasket-app": "^7.4.13" }, "scripts": { "lint": "eslint .", "lint:fix": "pnpm run lint --fix", "posttest": "pnpm run lint && pnpm run typecheck", "test": "cross-env NODE_OPTIONS='--unhandled-rejections=strict' jest", "test:coverage": "jest --coverage", "test:watch": "jest --watch", "typecheck": "tsc", "typecheck:watch": "tsc --watch" } }