UNPKG

484 BJSONView Raw
1{
2 "name": "mini-types",
3 "version": "0.1.5",
4 "description": "TypeScript declarations for Alipay's mini program.",
5 "scripts": {
6 "lint": "dtslint types",
7 "ci": "npm run lint",
8 "prepublishOnly": "npm run ci"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git@github.com:ant-mini-program/mini-types.git"
13 },
14 "keywords": [
15 "tinyapp",
16 "types"
17 ],
18 "license": "MIT",
19 "devDependencies": {
20 "dtslint": "3.6.4"
21 },
22 "types": "./types/index.d.ts"
23}