forked from jspreadsheet/ce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "ygzz-jspreadsheet-ce",
"title": "The Javascript Spreadsheet for ygzz",
"description": "Jspreadsheet NB",
"repository": {
"type": "git",
"url": "https://github.com/YouthInXn/ygzz-ce.git"
},
"author": {
"name": "YouthInXian"
},
"files": [
"dist"
],
"keywords": [
"custom",
"spreadsheet",
"online spreadsheet",
"jspreadsheet",
"jexcel",
"tables",
"table",
"excel",
"grid",
"grid-editor",
"data-table",
"data-grid",
"data-spreadsheet"
],
"dependencies": {
"@jspreadsheet/formula": "^1.1.0",
"jsuites": "^4.9.29"
},
"devDependencies": {
"chai": "^4.3.4",
"faker": "^5.5.3",
"mocha": "^8.4.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"main": "dist/index.js",
"version": "1.0.0",
"bugs": "https://github.com/jspreadsheet/ce/issues",
"homepage": "https://github.com/jspreadsheet/ce",
"download": "https://github.com/jspreadsheet/ce/archive/master.zip",
"scripts": {
"test": "mocha --exit tests/**/*.test.js",
"build": "webpack"
}
}