-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 923 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 923 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
{
"name": "@binary/zephyr-sdk-0.16.1",
"version": "1.0.0-2023.05",
"description": "zephyr-sdk-0.16.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"registry": "https://registry-lpm.listenai.com"
},
"scripts": {
"build": "tsc -p .",
"test": "jest --passWithNoTests",
"prepublishOnly": "rm -rf lib && npm run build",
"install": "node lib/install.js"
},
"author": "zbzhao <zbzhao@listenai.com>",
"maintainers": [
"lpmadmin <lpm.admin@listenai.com>",
"xychen <xychen@listenai.com>",
"zbzhao <zbzhao@listenai.com>",
"ywang <wangyang2@listenai.com>"
],
"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"
}
}