@neocoast/neox
Version:
Data structure supporting new redux hooks
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "@neocoast/neox",
"version": "0.1.0-alpha.0",
"description": "Data structure supporting new redux hooks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "npx jest --json --outputFile=jest.results.json",
"lint": "eslint . --ext ts,tsx ."
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeoCoast/neox.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/NeoCoast/neox/issues"
},
"homepage": "https://github.com/NeoCoast/neox",
"author": "tintef,maurocen",
"keywords": [
"redux",
"redux-hooks",
"hooks"
],
"devDependencies": {
"@types/jest": "^26.0.10",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"husky": "^4.2.5",
"jest": "^26.4.2",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
}
}