goopler/package.json
dependabot[bot] e97046b27c
Bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.2.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 05:29:32 +00:00

44 lines
1.3 KiB
JSON

{
"name": "goopler",
"description": "An in-dev game that I plan to make a shooter game out of.",
"keywords": [
"roblox",
"roblox-ts",
"rojo",
"matter",
"roblox-matter",
"ecs"
],
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"author": {
"name": "reidlab"
},
"scripts": {
"build": "rbxtsc --rojo default.project.json --verbose && rojo build --output build.rbxl default.project.json",
"watch": "rbxtsc -w --rojo default.project.json --verbose",
"lint": "eslint src tests --max-warnings 0",
"serve": "rojo serve default.project.json",
"test": "yarn run build && run-in-roblox --place build.rbxl --script out/tests/runners/run.server.lua"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.1.1-types.0",
"@rbxts/types": "^1.0.689",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.42.0",
"eslint-plugin-roblox-ts": "^0.0.35",
"typescript": "^5.1.3"
},
"dependencies": {
"@rbxts/character-promise": "^1.0.2",
"@rbxts/matter": "^0.6.2-ts.6",
"@rbxts/plasma": "^0.4.1-ts.1",
"@rbxts/rewire": "^0.3.0",
"@rbxts/services": "^1.5.1",
"@rbxts/testez": "^0.4.2-ts.0",
"@rbxts/variant": "^1.0.2",
"roblox-ts": "^2.1.1"
}
}