41 lines
1.0 KiB
JSON
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"
|
|
}
|