{ "name": "miniprogram-ts-quickstart", "version": "1.0.0", "scripts": { "compile": "./node_modules/typescript/bin/tsc", "tsc": "node ./node_modules/typescript/lib/tsc.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@miniprogram-component-plus/tabs": "^1.0.0", "@types/crypto-js": "^3.1.47", "@types/qrcode": "^1.5.0", "md5": "^2.3.0", "miniprogram-api-promise": "^1.0.4" }, "devDependencies": { "@types/md5": "^2.2.0", "@types/node": "^14.11.2", "miniprogram-api-typings": "^3.6.0", "pont-engine": "^1.2.0", "prettier": "^2.1.2", "typescript": "^3.3.3333" }, "main": "./miniprogram/app.js", "description": "" }