1234567891011121314151617 |
- {
- "name": "skynet",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "tsc": "./node_modules/typescript/bin/tsc",
- "compile": "tsc"
- },
- "devDependencies": {
- "typescript": "^3.3.3"
- },
- "dependencies": {
- "js-md5": "^0.7.3",
- "miniprogram-api-typings": "^2.10.3"
- }
- }
|