-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "sinch-sdk-node",
"private": true,
"version": "0.0.0",
"description": "Sinch server SDK for Node.js. Check the README to know which APIs are supported",
"repository": "git://github.com/sinch/sinch-sdk-node-monorepo.git",
"author": "Sinch",
"license": "Apache 2.0",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"lerna": "lerna",
"bootstrap": "npx lerna bootstrap",
"build": "lerna run build",
"test": "jest",
"e2e": "lerna run test:e2e"
},
"keywords": [],
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@cucumber/cucumber": "^11.1.1",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"babel-jest": "^29.7.0",
"eslint": "8.52.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-jest-extended": "^2.0.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"lerna": "^7.4.2"
},
"engines": {
"node": ">=18.0.0"
}
}