UNPKG

spected

Version:
60 lines (59 loc) 1.81 kB
{ "name": "spected", "version": "0.7.2", "description": "Validation Library", "main": "lib/index.js", "author": "25th-floor", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/25th-floor/spected.git" }, "scripts": { "clean": "rimraf lib dist", "build": "npm run build:lib && npm run build:dist", "build:lib": "babel src -d lib", "build:dist": "NODE_ENV=production rollup -c", "test": "npm run flow && npm run lint && npm run test:lib", "test:lib": "mocha --compilers js:babel-core/register --recursive --colors", "flow": "flow check", "lint": "eslint src", "prepublish": "npm run clean && npm run build" }, "keywords": [ "Validation", "Deeply Nested Validation Rules", "Forms" ], "devDependencies": { "babel": "^6.23.0", "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-eslint": "^10.0.1", "babel-loader": "^7.0.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-ramda": "^1.2.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.2", "flow-bin": "^0.47.0", "mocha": "^3.4.2", "rimraf": "^2.6.1", "rollup": "^0.42.0", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-flow": "^1.1.1", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-replace": "^1.1.1", "rollup-plugin-uglify": "^2.0.1" }, "dependencies": { "ramda": "^0.28.0" } }