45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "miniprogram-queue",
|
|
"version": "4.5.1",
|
|
"description": "Queue Management for Wechat MiniProgram",
|
|
"keywords": [
|
|
"download",
|
|
"miniprogram",
|
|
"queue",
|
|
"request",
|
|
"upload",
|
|
"小程序",
|
|
"队列",
|
|
"网络"
|
|
],
|
|
"homepage": "https://miniprogram-network.newfuture.cc/queue/",
|
|
"bugs": {
|
|
"url": "https://github.com/NewFuture/miniprogram-network/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/NewFuture/miniprogram-network.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "NewFuture",
|
|
"files": [
|
|
"dist/",
|
|
"types/",
|
|
"src/",
|
|
"es/"
|
|
],
|
|
"main": "dist/index.js",
|
|
"module": "es/index.js",
|
|
"types": "types/index.d.ts",
|
|
"scripts": {
|
|
"build": "npm run build:es5 && npm run build:es6",
|
|
"build:es5": "tsc --declarationDir types",
|
|
"build:es6": "tsc -m es6 --target es6 --outDir es",
|
|
"clean": "rimraf -rf es dist types ",
|
|
"lint": "tslint -p . -c ../tslint.json",
|
|
"lint:fix": "tslint --fix -p . -c ../tslint.json",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"gitHead": "b2e8378c0f100e13446d255aa20121396f6675d3"
|
|
}
|