-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@mmstudio/wxapp",
"version": "1.0.202004171039",
"description": "feidao framework for weixin app",
"scripts": {
"test": "tsc -w",
"watch": "tsc -w & ava --watch ./tests/*.js",
"clean": "del-cli ./dist/",
"lint": "eslint ./src/**/*.ts",
"compile": "tsc",
"build": "npm run clean && npm run lint && npm run compile",
"up": "git pull [email protected]:mm-core/base.git cjs"
},
"repository": {
"type": "https+git",
"url": "https://github.com/mm-core/wxapp.git"
},
"homepage": "https://mm-works.github.io",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"mm",
"mmstudio",
"蛮蛮",
"蛮蛮工作室",
"插件式",
"原子操作",
"控件",
"框架"
],
"author": {
"name": "taoqf",
"email": "[email protected]"
},
"maintainers": [
{
"name": "taoqf",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/weixin-app": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"ava": "latest",
"del-cli": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-import": "latest",
"typescript": "next"
}
}