bdn-pocket
Version:
pocket tools for managing redux and redux-saga
81 lines (80 loc) • 2.01 kB
JSON
{
"name": "bdn-pocket",
"version": "1.2.1",
"description": "pocket tools for managing redux and redux-saga",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"scripts": {
"test": "ava -s",
"watch": "ava -w",
"prepublishOnly": "npm run build",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir lib",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es ",
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c",
"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c",
"build": "npm-run-all build:**"
},
"author": {
"name": "Arnaud Mélon",
"url": "https://github.com/amelon"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:bflower/bdn-pocket.git"
},
"license": "MIT",
"keywords": [
"redux",
"redux-saga",
"reselect",
"action",
"action-creator",
"stampit"
],
"ava": {
"files": [
"__tests__/*.test.js"
],
"source": [
"src/*.js"
],
"match": [],
"concurrency": 5,
"failFast": false,
"tap": false,
"powerAssert": false,
"require": [
"babel-register"
],
"babel": "inherit"
},
"quokka": {
"babel": true
},
"dependencies": {
"@stamp/arg-over-prop": "^1.0.1",
"@stamp/configure": "^1.0.1",
"@stamp/is": "^1.0.0",
"@stamp/it": "^1.0.1",
"ramda": "^0.24.1",
"reselect": "^3.0.1"
},
"devDependencies": {
"ava": "^0.22.0",
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"cross-env": "^5.0.5",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"npm-run-all": "^4.0.2",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.2.1",
"rollup-plugin-uglify": "^2.0.1"
}
}