|
1 | 1 | { |
2 | | - "name": "json-type-validation", |
3 | | - "version": "0.0.0", |
4 | | - "description": "", |
| 2 | + "name": "@mojotech/json-type-validation", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "runtime type checking and validation of untyped JSON data", |
5 | 5 | "keywords": [], |
6 | 6 | "main": "dist/json-type-validation.umd.js", |
7 | 7 | "module": "dist/json-type-validation.es5.js", |
|
31 | 31 | "typecheck": "tsc --lib es2015 --noEmit --strict test/**.ts", |
32 | 32 | "typecheck:watch": "tsc -w --lib es2015 --noEmit --strict test/**.ts" |
33 | 33 | }, |
34 | | - "config": { |
35 | | - "commitizen": { |
36 | | - "path": "node_modules/cz-conventional-changelog" |
37 | | - }, |
38 | | - "validate-commit-msg": { |
39 | | - "types": "conventional-commit-types", |
40 | | - "helpMessage": |
41 | | - "Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)" |
42 | | - } |
43 | | - }, |
44 | 34 | "jest": { |
45 | 35 | "transform": { |
46 | 36 | ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js" |
|
63 | 53 | "@types/jest": "^22.0.0", |
64 | 54 | "@types/node": "^8.0.0", |
65 | 55 | "colors": "^1.1.2", |
66 | | - "commitizen": "^2.9.6", |
67 | 56 | "coveralls": "^3.0.0", |
68 | 57 | "cross-env": "^5.0.1", |
69 | | - "cz-conventional-changelog": "^2.0.0", |
70 | 58 | "jest": "^22.0.2", |
71 | 59 | "lodash.camelcase": "^4.3.0", |
72 | 60 | "prettier": "^1.4.4", |
|
85 | 73 | "tslint-config-standard": "^7.0.0", |
86 | 74 | "typedoc": "^0.9.0", |
87 | 75 | "typedoc-plugin-markdown": "^1.0.12", |
88 | | - "typescript": "~2.6.2", |
89 | | - "validate-commit-msg": "^2.12.2" |
| 76 | + "typescript": "~2.6.2" |
90 | 77 | } |
91 | 78 | } |
0 commit comments