@rbxts/create-slice
Version:
Helpful function to easily define rodux reducers.
57 lines (56 loc) • 1.51 kB
JSON
{
"name": "@rbxts/create-slice",
"version": "1.0.2",
"description": "Helpful function to easily define rodux reducers.",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc --verbose",
"watch": "rbxtsc -w",
"clean": "rm -rf out/",
"test:watch": "rbxtsc -w --verbose --type game --rojo studio.project.json",
"test:serve": "rojo serve ./studio.project.json",
"full": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/murmanox/rodux-tools.git"
},
"keywords": [
"rodux",
"toolkit",
"createSlice"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/murmanox/rodux-tools/issues"
},
"homepage": "https://github.com/murmanox/rodux-tools#readme",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo",
"!*.spec.lua",
"!*.spec.d.ts"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.0.4-types.1",
"@rbxts/testez": "^0.4.2-ts.0",
"@rbxts/types": "^1.0.670",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-no-autofix": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.35",
"eslint-plugin-simple-import-sort": "^10.0.0",
"typescript": "^5.0.3"
},
"dependencies": {
"@rbxts/rodux": "^3.0.0-ts.3"
}
}