rehance-forms
Version:
Form utilities for React
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "rehance-forms",
"version": "4.5.1",
"description": "Form utilities for React",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"preversion": "npm run clean && npm run build && npm run lint && npm run test",
"version": "npm run build",
"clean": "rm -rf dist/",
"build": "rm -rf dist && tsc && rm dist/*.js && rollup -c",
"test": "echo 'No tests available yet';",
"tdd": "npm run watch | npm run test -- --watch",
"lint": "tslint -p ."
},
"dependencies": {
"events": "^3.0.0",
"react": "^16.8.2"
},
"devDependencies": {
"@types/events": "^1.2.0",
"@types/node": "^10.12.26",
"@types/react": "^16.8.3",
"rollup": "^0.51.8",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-typescript2": "^0.20.1",
"tslib": "^1.9.3",
"typescript": "^3.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HelpfulHuman/Rehance-Forms.git"
},
"keywords": [
"react",
"enhancements",
"utilities",
"form",
"forms"
],
"author": "Nick Glenn <nick@helpfulhuman.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HelpfulHuman/Rehance-Forms/issues"
},
"homepage": "https://github.com/HelpfulHuman/Rehance-Forms#readme"
}