12345678910111213141516171819 |
- {
- "name": "trafficBroadcast",
- "version": "1.0.0",
- "description": "这是云开发的快速启动指引,其中演示了如何上手使用云开发的三大基础能力:",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://113.142.79.114:10080/liyongli/trafficBroadcast.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@miniprogram-component-plus/tabs": "^1.0.0"
- }
- }
|