hatom-js
Version:
npm 插件版本 hatom.js
32 lines (31 loc) • 571 B
JSON
{
"name": "hatom-js",
"version": "0.0.7",
"description": "npm 插件版本 hatom.js",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib/",
"index.js"
],
"keywords": [
"hatom",
"jsBridge",
"hatom-plugin"
],
"author": "pengxueyou",
"license": "ISC",
"dependencies": {
"vue": "~2.6.6 || 3.0.0"
},
"peerDependencies": {
"vue": "~2.6.6 || 3.0.0"
},
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}