Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
cal.com
/
cal.com
/
node_modules
/
make-event-props
/
Filename :
package.json
back
Copy
{ "name": "make-event-props", "version": "1.3.0", "description": "Returns an object with on-event callback props curried with provided args.", "main": "dist/umd/index.js", "module": "dist/esm/index.js", "source": "src/index.js", "sideEffects": false, "scripts": { "build": "yarn build-esm && yarn build-umd", "build-esm": "BABEL_ENV=production-esm babel src -d dist/esm --ignore \"**/*.spec.js\"", "build-umd": "BABEL_ENV=production-umd babel src -d dist/umd --ignore \"**/*.spec.js\"", "clean": "rimraf dist", "jest": "jest", "jest-coverage": "jest --coverage", "lint": "eslint src/ --ext .jsx,.js", "prepack": "yarn clean && yarn build", "test": "yarn lint && yarn jest" }, "keywords": [ "react", "event", "event props" ], "author": { "name": "Wojciech Maj", "email": "kontakt@wojtekmaj.pl" }, "license": "MIT", "devDependencies": { "@babel/cli": "^7.15.0", "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "eslint": "~7.19.0", "eslint-config-wojtekmaj": "^0.5.0", "jest": "^27.0.0", "rimraf": "^3.0.0" }, "resolutions": { "semver@7.0.0": "^7.0.0" }, "files": [ "LICENSE", "README.md", "dist/", "src/" ], "repository": { "type": "git", "url": "https://github.com/wojtekmaj/make-event-props.git" }, "funding": "https://github.com/wojtekmaj/make-event-props?sponsor=1" }