-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 961 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 961 Bytes
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
{
"name": "script-office",
"version": "0.0.7",
"description": "a library to create files of an office software suite like LibreOffice programmcity and automated",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node test/test.js",
"dev": "tsdown --watch",
"build": "tsdown"
},
"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"
],
"dependencies": {
"color": "^5.0.2",
"jszip": "^3.10.1"
},
"devDependencies": {
"@types/color": "^4.2.0",
"tsdown": "^0.15.7",
"typescript": "^5.9.3"
}
}