UNPKG

react-esc-config

Version:
33 lines (32 loc) 822 B
{ "name": "react-esc-config", "version": "5.0.1", "description": "Config for React-ESC", "homepage": "https://github.com/TriPSs/react-esc/tree/master/packages/react-esc-config", "bugs": { "url": "https://github.com/TriPss/react-esc/issues" }, "keywords": [ "react", "react-esc" ], "license": "MIT", "author": { "name": "Tycho Bokdam", "email": "t.bokdam@seronaris.nl" }, "main": "./lib/index.js", "repository": { "type": "git", "url": "git://github.com/TriPSs/react-esc.git" }, "scripts": { "build": "npm run cleanup && babel --root-mode upward src -d ./", "build:watch": "npm run build -- --watch", "cleanup": "rimraf ./server ./client ./utils", "prepublish": "yarn run cleanup && yarn run build" }, "dependencies": { "ip": "^1.1.5" } }