UNPKG

@stand/event

Version:
51 lines (50 loc) 1.33 kB
{ "name": "@stand/event", "version": "0.2.1", "description": "事件管理", "browser": "dist/event.umd.js", "main": "dist/event.cjs.js", "module": "dist/event.esm.js", "scripts": { "watch": "rollup -c -w", "serve": "serve -l tcp://0.0.0.0", "build": "rollup -c", "dev": "npm-run-all -p serve watch", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/stand-packs/event.git" }, "keywords": [ "stand", "event" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/stand-packs/event/issues" }, "homepage": "https://github.com/stand-packs/event#readme", "devDependencies": { "@babel/core": "^7.5.5", "@babel/plugin-transform-runtime": "^7.6.0", "@babel/preset-env": "^7.5.5", "eslint": "^6.3.0", "eslint-config-prettier": "^6.2.0", "eslint-plugin-prettier": "^3.1.0", "npm-run-all": "^4.1.5", "prettier": "^1.18.2", "rollup": "^1.20.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-filesize": "^6.2.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^5.1.1", "serve": "^11.1.0" }, "dependencies": { "@babel/runtime-corejs3": "^7.6.0", "@stand/callback": "^0.3.0" } }