-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
66 lines (66 loc) · 1.68 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
{
"name": "cheetah-grid-manager",
"private": true,
"version": "1.15.0",
"description": "Cheetah Grid is a high performance grid engine that works on canvas",
"keywords": [
"spreadsheet",
"grid",
"table",
"web-components",
"data",
"canvas",
"cheetah",
"datagrid",
"datatable",
"vue",
"vuejs"
],
"repository": {
"type": "git",
"url": "https://github.com/future-architect/cheetah-grid.git"
},
"author": {
"name": "yosuke ota",
"email": "[email protected]",
"url": "https://www.npmjs.com/~ota-meshi"
},
"contributors": [
{
"name": "yasuhiro murata",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/future-architect/cheetah-grid/issues",
"email": "[email protected]"
},
"homepage": "https://future-architect.github.io/cheetah-grid/",
"files": [
"dist/"
],
"scripts": {
"test": "mrpm run test --mrpm-max-workers=1",
"build": "mrpm run build",
"build:ci": "mrpm run build:ci",
"prune:all": "mrpm prune",
"lint": "mrpm run lint",
"echo:v": "echo $npm_package_version",
"check": "node ./scripts/check_readme.js && node ./scripts/check_versions.js",
"publish:all": "mrpm publish",
"update:all": "mrpm update",
"ci:all": "cross-env NO_UPDATE_NOTIFIER=1 mrpm ci",
"install:all": "cross-env NO_UPDATE_NOTIFIER=1 mrpm install",
"mrpm": "mrpm",
"format:md": "prettier --write \"./*.md\" \"./**/*.md\""
},
"dependencies": {},
"devDependencies": {
"cross-env": "^5.2.0",
"eslint": "^7.11.0",
"eslint-plugin-html": "^6.1.0",
"mrpm": "^4.1.0",
"prettier": "^2.5.1"
}
}