-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 978 Bytes
/
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
{
"name": "@binary/msys2",
"version": "1.0.20220319",
"description": "MSYS2 is a collection of tools and libraries providing you with an easy-to-use environment for building, installing and running native Windows softwar",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"registry": "https://registry-lpm.listenai.com"
},
"scripts": {
"build": "tsc -p .",
"test": "jest",
"prepublishOnly": "rm -rf lib && npm run build",
"install": "node lib/install.js"
},
"author": "xryu <[email protected]>",
"maintainers": [
"lpmadmin <[email protected]>",
"xryu <[email protected]>",
"xychen <[email protected]"
],
"license": "UNLICENSED",
"dependencies": {
"@binary/type": "^1.0.4",
"@xingrz/download2": "^9.0.0-alpha.4"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.1",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}