Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
feat(validator): extend validator by adding schema validation (#10)
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
derevnjuk authored Jul 10, 2020
1 parent af8544e commit 5ee32b6
Show file tree
Hide file tree
Showing 20 changed files with 4,778 additions and 75 deletions.
20 changes: 7 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"name": "Artem Derevnjuk",
"email": "[email protected]"
},
"files": [
"dist/**",
"schemas/**"
],
"license": "MIT",
"keywords": [
"postman",
Expand Down Expand Up @@ -47,14 +51,16 @@
"typings": "dist/index.d.ts",
"scripts": {
"semantic-release": "semantic-release",
"lint": "eslint -c .eslintrc 'src/**/*.ts'",
"format": "prettier --check 'src/**/*.ts'",
"lint": "eslint -c .eslintrc --ext .ts src",
"format": "prettier --check src",
"format:write": "prettier --write src",
"test": "mocha -r ts-node/register -r tsconfig-paths/register tests/**/*.spec.ts",
"build": "tsc -p tsconfig.json",
"prepublishOnly": "npm run build"
},
"homepage": "https://github.com/NeuraLegion/postman2har#readme",
"dependencies": {
"ajv": "^6.12.3",
"faker": "^4.1.0",
"mime-types": "^2.1.27",
"semver": "^7.3.2",
Expand Down
Loading

0 comments on commit 5ee32b6

Please sign in to comment.