UNPKG

1.15 kBJSONView Raw
1{
2 "name": "joi2types",
3 "version": "1.0.4",
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 "@types/hapi__joi": "16.0.6",
26 "@types/json-schema": "^7.0.4",
27 "json-schema-to-typescript": "^8.2.0"
28 },
29 "peerDependencies": {
30 "@hapi/joi": "16.x"
31 },
32 "devDependencies": {
33 "husky": "^4.0.7",
34 "@hapi/joi": "^16.1.8",
35 "@types/jest": "^25.1.4",
36 "lint-staged": "^10.0.0",
37 "@umijs/fabric": "^2.0.8",
38 "@umijs/test": "^3.0.16",
39 "father-build": "^1.17.2",
40 "np": "^6.2.0",
41 "tnpm-sync": "^1.0.0"
42 }
43}