2021-09-20 03:47:07 +03:00
|
|
|
{
|
|
|
|
"name": "help",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "rbxtsc",
|
|
|
|
"watch": "rbxtsc -w"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@rbxts/compiler-types": "^1.2.3-types.0",
|
|
|
|
"@rbxts/types": "^1.0.523",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
|
|
"@typescript-eslint/parser": "^4.30.0",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
"eslint-plugin-roblox-ts": "^0.0.31",
|
|
|
|
"prettier": "^2.3.2",
|
|
|
|
"typescript": "^4.4.2"
|
2022-05-28 01:57:52 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"roblox-ts": "^1.3.3"
|
2021-09-20 03:47:07 +03:00
|
|
|
}
|
|
|
|
}
|