-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "script-office",
"version": "0.0.6",
"description": "a library to create files of an office software suite like LibreOffice programmcity and automated",
"main": "dist/script-office.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node test/test.js",
"dev": "webpack watch --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/Captainpast/scriptoffice.js.git"
},
"type": "module",
"author": "captainpast",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Captainpast/scriptoffice.js/-/issues"
},
"homepage": "https://gitlab.com/Captainpast/scriptoffice.js/-/blob/main/README.md",
"keywords": [
"JavaScript",
"library",
"office",
"LibreOffice",
"automation"
],
"devDependencies": {
"@types/color": "^4.2.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"color": "^4.2.3",
"jszip": "^3.10.1"
}
}