-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 964 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 964 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
{
"name": "zipouter",
"version": "1.0.5",
"description": "A simple npm package to extract and process the contents of a zip file, supporting multiple programming languages including Java, JavaScript, Python, and more.",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx rollup -c"
},
"keywords": [
"npm",
"zip",
"extract",
"process",
"compilation",
"java",
"javascript",
"python",
"programming languages"
],
"author": "Aditya SwayamSiddha",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/adm-zip": "^0.5.5",
"@types/node": "^20.11.25",
"adm-zip": "^0.5.10",
"rollup": "^4.12.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"tslib": "^2.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/TheCoderAdi/zipouter.git"
}
}