UNPKG

1.02 kBJSONView Raw
1{
2 "name": "joi2types",
3 "version": "1.0.2",
4 "description": "Convert @hapi/joi schema into TypeScript",
5 "main": "lib/index.js",
6 "scripts": {
7 "prepublishOnly": "npm run test && npm run build && np --yolo --no-publish --tag=latest",
8 "postpublish": "tnpm-sync",
9 "build": "father-build",
10 "test": "umi-test",
11 "ci": "umi-test --coverage"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/ycjcl868/joi2types.git"
16 },
17 "author": "",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/ycjcl868/joi2types/issues"
21 },
22 "homepage": "https://github.com/ycjcl868/joi2types#readme",
23 "dependencies": {
24 "@types/hapi__joi": "16.0.6",
25 "@types/json-schema": "^7.0.4",
26 "json-schema-to-typescript": "^8.2.0"
27 },
28 "peerDependencies": {
29 "@hapi/joi": "17.x"
30 },
31 "devDependencies": {
32 "@hapi/joi": "^17.1.1",
33 "@types/jest": "^25.1.4",
34 "@umijs/test": "^3.0.16",
35 "father-build": "^1.17.2",
36 "np": "^6.2.0",
37 "tnpm-sync": "^1.0.0"
38 }
39}