forked from typed-mxgraph/typed-mxgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "@typed-mxgraph/typed-mxgraph",
"version": "1.0.8",
"author": "鸿则 <hungtcs@163.com>",
"license": "MIT",
"scripts": {
"pretest": "tsc --noEmit",
"test": "jest --verbose",
"lint": "eslint \"**/*.d.ts\"",
"prettier": "prettier --write \"**/*.d.ts\"",
"prettier:check": "prettier --check \"**/*.d.ts\""
},
"devDependencies": {
"@types/jest": "^26.0.19",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.11.0",
"eslint-plugin-log": "^1.2.7",
"jest": "^26.6.3",
"mxgraph": "^4.2.2",
"prettier": "^2.1.2",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"description": "mxGraph typescript declarations",
"main": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/typed-mxgraph/typed-mxgraph.git"
},
"bugs": {
"url": "https://github.com/typed-mxgraph/typed-mxgraph/issues"
},
"homepage": "https://github.com/typed-mxgraph/typed-mxgraph#readme",
"keywords": [
"mxgraph",
"types"
]
}