@react-nano/tsrux
Version:
tsrux stands for typesafe redux. It reduces boilerplate redux code.
54 lines (53 loc) • 1.2 kB
JSON
{
"name": "@react-nano/tsrux",
"version": "0.16.0",
"description": "tsrux stands for typesafe redux. It reduces boilerplate redux code.",
"keywords": [
"TypeScript",
"redux",
"typesafe",
"reducer",
"action",
"action-creator",
"deox",
"typesafe-actions"
],
"homepage": "https://lusito.github.io/react-nano/",
"bugs": {
"url": "https://github.com/Lusito/react-nano/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Lusito/react-nano.git"
},
"license": "Zlib",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"dist/index.d.ts"
],
"scripts": {
"build": "rimraf dist && tsc -p tsconfig-build.json",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "jest --coverage && tsd",
"test:types": "tsd",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"coveralls": "^3.1.1",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.6",
"tsd": "^0.31.2",
"typescript": "^5.8.2"
},
"publishConfig": {
"access": "public"
},
"tsd": {
"directory": "src"
}
}