-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.51 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "qnrtc-uniapp-sdk",
"version": "5.2.7",
"description": "qnrtc sdk for uniapp",
"main": "dist/RTCIndex.native.js",
"types": "type/RTCIndex.native.d.ts",
"scripts": {
"build": "webpack",
"lib": "tsc --removeComments --outDir dist && npm run build-type",
"doc": "typedoc src/RTCIndex.native.ts --excludeInternal --excludeExternals --json ./documents/typedoc.json",
"build-type": "tsc --emitDeclarationOnly --outDir types -d && api-extractor run --local"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yydounai1234/uniapp-rtc.git"
},
"keywords": [
"rtc"
],
"author": "yydounai@hotmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/yydounai1234/uniapp-rtc/issues"
},
"homepage": "https://github.com/yydounai1234/uniapp-rtc#readme",
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@microsoft/api-extractor": "^7.24.2",
"@microsoft/tsdoc": "^0.13.2",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"babel-eslint": "^10.1.0",
"doctrine": "^3.0.0",
"eslint": "^7.21.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"husky": "^7.0.4",
"ts-loader": "^9.2.6",
"typedoc": "^0.22.13",
"typescript": "^4.4.4",
"webpack": "^5.63.0",
"webpack-cli": "^4.9.1"
}
}