apipost-mock-schema
Version:
Simple utility to mock example objects based on JSON schema definitions
92 lines (91 loc) • 2.69 kB
JSON
{
"name": "apipost-mock-schema",
"version": "0.0.53",
"description": "Simple utility to mock example objects based on JSON schema definitions",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "rollup -c rollup.config.js",
"build-publish": "npm version patch && rollup -c rollup.config.js && npm publish",
"publish": "npm publish"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@faker-js/faker": "^9.2.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"core-js": "^3.9.0",
"json2json-schema": "^0.2.11",
"lodash": "^4.17.21",
"minimatch": "^9.0.3",
"mockjs5-pro": "^1.0.3",
"rollup": "^2.74.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.31.2",
"swagger-client": "^3.18.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"babel-plugin-const-enum": "^1.1.0",
"babel-plugin-import": "^1.13.3",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-typescript": "^0.14.0",
"html-webpack-plugin": "^5.2.0",
"jest": "^28.1.0",
"lint-staged": "^11.1.1",
"rollup-plugin-commonjs": "^10.1.0",
"ts-jest": "^28.0.2",
"typescript": "^4.4.0-dev.20210728",
"url-loader": "^4.1.1",
"yargs": "^17.4.1"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
"prettier --write",
"eslint --fix",
"git add"
]
},
"author": "Apipost-Team",
"license": "MIT",
"keywords": [
"jsonschema",
"mock",
"mockdata",
"mockjs",
"mock-json-schema",
"mock-jsonschema",
"apipost-mock-schema"
],
"repository": {
"type": "git",
"url": "https://github.com/Apipost-Team/apipost-mock-schema.git"
}
}