@geekagency/redux-action-types
Version:
Action Types lib for redux (or anything)
61 lines (60 loc) • 1.72 kB
JSON
{
"name": "@geekagency/redux-action-types",
"version": "1.4.1",
"description": "Action Types lib for redux (or anything)",
"main": "ActionTypes/index.js",
"scripts": {
"build": "rm -rf ./lib; node_modules/@babel/cli/bin/babel.js --out-dir lib ./src && node lib/index.js && cp package.json ./lib",
"build:raw": "rm -rf ./lib; cp -a ./src ./lib && node lib/index.js && cp package.json ./lib",
"pub": "cd ./lib;npm publish; cd ..",
"test": "npx jest --coverage && npx jest-coverage-badges"
},
"keywords": [
"redux",
"actiontypes",
"action-types"
],
"dependencies": {
"@geekagency/composite-js": "^0.4.11",
"core-js": "^3.1.4",
"core-js-pure": "^3.1.4"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.5.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-object-from-entries": "^1.0.0",
"babel-preset-minify": "^0.5.0",
"chalk": "^2.4.2",
"eslint": "^5.16.0",
"jest": "^24.8.0",
"jest-coverage-badges": "^1.1.2"
},
"author": "Fabien Di Tore",
"license": "MIT",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FDT2k/redux-action-types.git"
},
"bugs": {
"url": "https://github.com/FDT2k/redux-action-types/issues"
},
"homepage": "https://github.com/FDT2k/redux-action-types#readme",
"jest": {
"coverageReporters": [
"json-summary",
"text",
"lcov"
]
}
}