Files
rbxts-transformer-instances/package.json
T
Azur aa08e75010
Node.js CI / build (18.x) (push) Failing after 1m49s
Node.js CI / build (20.x) (push) Failing after 1m19s
Node.js CI / build (22.x) (push) Failing after 32s
update the package
2026-06-22 21:51:16 +02:00

41 lines
1.0 KiB
JSON

{
"name": "rbxts-transformer-instances",
"version": "1.1.0",
"description": "Enable the use of instance constructors, reducing boilerplate.",
"main": "out/index.js",
"author": "evilbocchi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/evilbocchi/rbxts-transformer-instances.git"
},
"scripts": {
"prepack": "npm run generate-declarations && npm run build",
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"generate-declarations": "node scripts/generate-declarations.js"
},
"dependencies": {
"typescript": "^5.5.3"
},
"devDependencies": {
"@rbxts/types": "^1.0.845",
"@types/jest": "^29.5.14",
"@types/node": "^18.18.6",
"@types/ts-expose-internals": "npm:ts-expose-internals@5.2.2",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"ts-jest": "^29.3.1"
},
"files": [
"out",
"index.d.ts"
],
"types": "index.d.ts"
}