-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.55 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
60
{
"name": "@lifeomic/one-schema",
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "node build.js",
"lint": "eslint .",
"test": "jest"
},
"bin": {
"one-schema": "./bin/cli.js"
},
"dependencies": {
"@lifeomic/alpha": "^5.1.3",
"@types/json-schema": "^7.0.11",
"ajv": "^8.11.0",
"axios": "^0.28.0",
"js-yaml": "^4.1.0",
"json-schema-to-typescript": "^10.1.5",
"openapi-types": "^12.1.3",
"prettier": "^2.6.2",
"yargs": "^17.5.1",
"zod-to-json-schema": "^3.20.2",
"zod-validation-error": "^0.3.0"
},
"devDependencies": {
"@koa/router": "^12.0.0",
"@lifeomic/eslint-config-standards": "^3.2.0",
"@lifeomic/typescript-config": "^1.0.3",
"@types/jest": "^27.5.1",
"@types/js-yaml": "^4.0.5",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa__router": "^8.0.11",
"@types/node": "^16.0.0",
"@types/tmp": "^0.2.3",
"@types/uuid": "^9.0.1",
"@types/yargs": "^17.0.10",
"conventional-changelog-conventionalcommits": "^4.6.3",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"glob": "^8.0.3",
"jest": "^28.1.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"openapi-schema-validator": "^12.1.3",
"semantic-release": "^19.0.3",
"tmp": "^0.2.1",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"zod": "^3.22.3"
}
}