-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 932 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
35
36
37
{
"name": "@epilot/sdk-monorepo",
"private": true,
"version": "4.7.2",
"description": "Javascript SDK monorepo for epilot",
"scripts": {
"clean": "lerna clean",
"dev": "lerna run build:watch",
"test": "lerna run test --stream",
"lint": "lerna run lint",
"build": "lerna run build",
"postinstall": "lerna bootstrap",
"lint:fix": "eslint \"**/*.{js,ts}\" --fix"
},
"keywords": [
"epilot",
"sdk"
],
"author": "epilot GmbH",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/epilot-dev/sdk-js.git"
},
"bugs": {
"url": "https://github.com/epilot-dev/sdk-js/issues"
},
"homepage": "https://github.com/epilot-dev/sdk-js#readme",
"devDependencies": {
"@epilot/eslint-config": "^1.2.10",
"@types/jest": "^27.4.0",
"eslint": "^7.32.0",
"lerna": "^6.4.1",
"typescript": "^4.9.3",
"openapicmd": "^2.6.0"
}
}