Files
rbxts-transformer-instances/package.json
T
2025-04-06 18:00:58 +08:00

34 lines
902 B
JSON

{
"name": "rbxts-transformer-services",
"version": "1.1.1",
"description": "A transformer that converts @rbxts/services imports into plain GetService calls.",
"main": "out/index.js",
"author": "Fireboltofdeath <fireboltofpublic@gmail.com> (https://github.com/Fireboltofdeath)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/FireTS/rbxts-transformer-services.git"
},
"peerDependencies": {
"typescript": "^5.2.2"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"watch": "tsc -w"
},
"devDependencies": {
"@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"
},
"files": [
"out"
]
}