-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.34 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
51
52
53
54
55
56
57
58
59
{
"name": "@fresha/api-tools",
"version": "0.1.0",
"description": "Next generation tools for Web API development.",
"scripts": {
"build": "npx lerna run build",
"lint": "npx lerna run lint",
"lint:fix": "npx lerna run lint:fix",
"check": "npx lerna run check",
"check:fix": "npx lerna run check:fix",
"test": "npx lerna run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/surgeventures/api-tools.git"
},
"keywords": [
"API design",
"RESTful API",
"schema-first API development",
"OpenAPI",
"AsyncAPI",
"JSON:API"
],
"author": "Fresha Engineering",
"contributors": [
{
"name": "Andriy Mykulyak",
"email": "[email protected]",
"url": "https://github.com/mykulyak"
}
],
"maintainers": [
{
"name": "Andriy Mykulyak",
"email": "[email protected]",
"url": "https://github.com/mykulyak"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/surgeventures/api-tools/issues"
},
"homepage": "https://github.com/surgeventures/api-tools#readme",
"workspaces": {
"packages": [
"packages/*",
"tools/*"
]
},
"devDependencies": {
"@types/jest": "^29.1.2",
"jest": "^29.2.0",
"lerna": "^6.4.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3"
}
}