You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
377 B
17 lines
377 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|