26 lines
610 B
JSON
26 lines
610 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|