@ncp-web/portal-communication
Version:
portal 通讯工具
50 lines (49 loc) • 1.42 kB
JSON
{
"name": "@ncp-web/portal-communication",
"version": "0.2.7",
"description": "portal 通讯工具",
"keywords": [
"portal",
"postmessage"
],
"author": "jiachw <jiachw@neusoft.com>",
"homepage": "",
"license": "MIT",
"main": "dist/portal-communication.cjs.js",
"module": "dist/portal-communication.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"create": "node build/new.js",
"build": "npm run clean && rollup -c rollup.config.ts",
"start": "rollup -c rollup.config.ts -w",
"prepublish": "npm run build",
"clean": "rimraf dist"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"rimraf": "^2.6.3",
"rollup": "1.12.3",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "10.0.0",
"rollup-plugin-node-resolve": "5.0.0",
"rollup-plugin-terser": "^5.1.0",
"rollup-plugin-typescript2": "^0.21.1",
"rollup-plugin-uglify": "^6.0.2",
"typescript": "^3.6.4"
},
"dependencies": {
"@ncp-web/iframe-message": "^0.1.5"
},
"gitHead": "acb42f30aa02c567dfd4b0fe9be6476a0fb244e7"
}