-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
50 lines (50 loc) · 1.15 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
49
50
{
"name": "telnyx",
"version": "1.0.0",
"main": "index.js",
"private": true,
"scripts": {
"test": "jest",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"prepare": "husky install"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/react-native",
"**/react-native/**"
]
},
"repository": "git@github.com:team-telnyx/webrtc.git",
"author": "Deivid Veloso <veloso.deivid@gmail.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/jest": "^26.0.20",
"babel-jest": "^26.6.3",
"husky": "^7.0.0",
"jest": "^26.6.3",
"pinst": "^2.1.6",
"ts-jest": "^26.5.4",
"typescript": "4.7"
},
"engines": {
"node": ">=14.x"
},
"resolutions": {
"postcss": "8.4.12",
"nth-check": "2.0.1",
"node-notifier": "8.0.1",
"jsdom": "16.5.0",
"got": "11.8.5",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"eslint": "8.3.0"
},
"packageManager": "yarn@4.3.1"
}