-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 925 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 925 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
{
"name": "@collboard/zip-support",
"version": "1.0.265",
"description": "Support for ZIP archives for Collboard.com See all file support modules for Collboard.",
"license": "SEE LICENSE IN LICENSE",
"contributors": [
"Pavol Hejný <pavol.hejny@collboard.com> (https://collboard.com/-/about/team)"
],
"repository": {
"type": "git",
"url": "https://github.com/collboard/zip-support"
},
"private": false,
"scripts": {
"start": "colldev develop",
"test": "colldev test",
"lint": "tslint -p tsconfig.json",
"preversion": "npm run lint && npm test",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@collboard/modules-sdk": "35.14.300",
"destroyable": "0.12.9",
"jszip": "3.8.0",
"tslint": "6.1.3",
"waitasecond": "1.11.23",
"xyzt": "5.4.2"
}
}