{ "name": "miniprogram-ts-quickstart", "version": "1.0.0", "description": "", "scripts": { "compile": "./node_modules/typescript/bin/tsc", "tsc": "node ./node_modules/typescript/lib/tsc.js" }, "keywords": [], "author": "", "private": true, "license": "", "dependencies": { "miniprogram-api-typings": "^2.8.3-1", "typescript": "^3.7.5" } }