-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.54 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@mmstudio/on",
"version": "2.0.1",
"description": "事件绑定",
"scripts": {
"test": "npm run build && karma start --single-run",
"dev": "tsc -w & karma start",
"clean": "del-cli ./dist/",
"lint": "eslint ./src/**/*.ts",
"compile": "tsc",
"up": "git pull [email protected]:mm-core/base.git amd",
"build": "yarn clean && yarn lint && yarn compile",
"release": "yarn build && np"
},
"repository": {
"type": "https+git",
"url": "https://github.com/mm-core/on.git"
},
"homepage": "https://01factory.github.io",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"mm",
"mmstudio",
"01",
"零壹",
"微工厂",
"原子操作"
],
"author": {
"name": "taoqf",
"email": "[email protected]"
},
"maintainers": [
{
"name": "taoqf",
"email": "[email protected]"
}
],
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"chai": "latest",
"del-cli": "latest",
"eslint": "^7",
"eslint-config-prettier": "latest",
"eslint-config-ts-lambdas": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-react": "^7.26.1",
"karma": "latest",
"karma-chai": "latest",
"karma-chrome-launcher": "latest",
"karma-mocha": "latest",
"karma-webpack": "latest",
"mocha": "latest",
"np": "latest",
"typescript": "next",
"webpack": "latest",
"webpack-cli": "latest"
}
}