1 | {
|
2 | "name": "joi2types",
|
3 | "version": "1.0.6",
|
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 | "lint-staged": "lint-staged",
|
11 | "test": "umi-test",
|
12 | "ci": "umi-test --coverage"
|
13 | },
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "git+https://github.com/ycjcl868/joi2types.git"
|
17 | },
|
18 | "author": "ycjcl868",
|
19 | "license": "ISC",
|
20 | "bugs": {
|
21 | "url": "https://github.com/ycjcl868/joi2types/issues"
|
22 | },
|
23 | "homepage": "https://github.com/ycjcl868/joi2types#readme",
|
24 | "dependencies": {
|
25 | "@hapi/joi": "16.1.8",
|
26 | "@types/hapi__joi": "16.0.6",
|
27 | "@types/json-schema": "^7.0.4",
|
28 | "json-schema-to-typescript": "^8.2.0"
|
29 | },
|
30 | "devDependencies": {
|
31 | "husky": "^4.0.7",
|
32 | "@types/jest": "^25.1.4",
|
33 | "lint-staged": "^10.0.0",
|
34 | "@umijs/fabric": "^2.0.8",
|
35 | "@umijs/test": "^3.0.16",
|
36 | "father-build": "^1.17.2",
|
37 | "np": "^6.2.0",
|
38 | "tnpm-sync": "^1.0.0"
|
39 | }
|
40 | }
|