Basic transformer functionality
This commit is contained in:
+26
-19
@@ -1,33 +1,40 @@
|
||||
{
|
||||
"name": "rbxts-transformer-services",
|
||||
"version": "1.1.1",
|
||||
"description": "A transformer that converts @rbxts/services imports into plain GetService calls.",
|
||||
"name": "rbxts-transformer-instances",
|
||||
"version": "1.0.0",
|
||||
"description": "Enable the use of instance constructors, reducing boilerplate.",
|
||||
"main": "out/index.js",
|
||||
"author": "Fireboltofdeath <fireboltofpublic@gmail.com> (https://github.com/Fireboltofdeath)",
|
||||
"license": "ISC",
|
||||
"author": "evilbocchi",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FireTS/rbxts-transformer-services.git"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.2.2"
|
||||
"url": "https://github.com/evilbocchi/rbxts-transformer-instances.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "npm run build",
|
||||
"prepare": "npm run generate-declarations && npm run build",
|
||||
"build": "tsc",
|
||||
"watch": "tsc -w"
|
||||
"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": "^4.9.1",
|
||||
"@typescript-eslint/parser": "^4.9.1",
|
||||
"eslint": "^7.15.0",
|
||||
"eslint-config-prettier": "^7.0.0",
|
||||
"eslint-plugin-prettier": "^3.2.0",
|
||||
"prettier": "^2.2.1"
|
||||
"@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"
|
||||
]
|
||||
"out",
|
||||
"index.d.ts"
|
||||
],
|
||||
"types": "index.d.ts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user