taro-weapp-poster
Version:
Taro poster builder
40 lines (39 loc) • 992 B
JSON
{
"name": "taro-weapp-poster",
"version": "1.4.4",
"description": "Taro poster builder",
"main": "./index.js",
"keywords": [
"海报生成",
"taro",
"taro小程序海报生成",
"微信小程序海报生成",
"taro-weapp-poster"
],
"repository": {
"type": "git",
"url": "https://github.com/Clycheng/taro-weapp-poster",
"directory": "packages/taro-weapp-poster"
},
"bugs": {
"url": "https://github.com/Clycheng/taro-weapp-poster/issues"
},
"scripts": {
"build": "rollup --config",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Clydecheng",
"license": "ISC",
"devDependencies": {
"rollup-plugin-json": "^4.0.0"
},
"dependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-syntax-jsx": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"babel": "^6.23.0"
}
}