azux
Version:
A small state management that is inspired on unstated-next
52 lines (51 loc) • 1.52 kB
JSON
{
"name": "azux",
"version": "0.0.4",
"description": "A small state management that is inspired on unstated-next",
"main": "dist/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "jest --runInBand --detectOpenHandles",
"build": "babel src --out-dir dist --source-maps --ignore '**/*.test.js'",
"uglify": "npx uglify-es --compress --mangle --output ./dist/index.min.js ./src/index.js",
"_publish": "npm run test && npm run build && npm publish"
},
"bugs": {
"url": "https://github.com/linq2js/azux/issues"
},
"homepage": "https://github.com/linq2js/azux#readme",
"keywords": [
"scope",
"functional",
"context",
"state management",
"state manager",
"redux",
"state",
"unstated",
"unstated-next"
],
"author": "",
"license": "ISC",
"peerDependencies": {},
"devDependencies": {
"jest": "^26.2.2",
"prettier": "^2.0.5",
"cross-env": "^7.0.2",
"@types/jest": "^25.2.3",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.7.7",
"babel-plugin-module-resolver": "^4.0.0",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.7.7",
"node-fetch": "^2.6.0",
"@react-native-community/eslint-config": "^2.0.0",
"@typescript-eslint/parser": "^3.7.1",
"terminal-kit": "^1.42.0",
"react": "^16.13.1",
"@testing-library/react": "^10.4.8"
}
}