wechat-page-generator
Version:
🚀 Automatic page generator for WeChat Mini Program with ready-made templates
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "wechat-page-generator",
"version": "1.0.5",
"description": "🚀 Automatic page generator for WeChat Mini Program with ready-made templates",
"main": "lib/index.js",
"bin": {
"wx-create": "./bin/create-page.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "echo 'Check before publication...'",
"start": "node bin/create-page.js"
},
"keywords": [
"wechat",
"miniprogram",
"weixin",
"mini-program",
"generator",
"scaffold",
"template",
"page-generator",
"微信小程序",
"小程序",
"页面生成器"
],
"author": "TRAORE Timothee Rachid",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/rachid-traore/wechat-page-generator.git"
},
"bugs": {
"url": "https://github.com/rachid-traore/wechat-page-generator/issues"
},
"homepage": "https://github.com/rachid-traore/wechat-page-generator#readme",
"engines": {
"node": ">=12.0.0"
},
"files": [
"bin/",
"lib/",
"README.md",
"LICENSE"
],
"preferGlobal": true
}