UNPKG

vite-plugin-lessmock

Version:

A vite plugin that auto generate mock data with fake data for TypeScript interfaces.

46 lines (45 loc) 1.23 kB
{ "name": "vite-plugin-lessmock", "version": "1.1.0-beta.2", "description": "A vite plugin that auto generate mock data with fake data for TypeScript interfaces.", "main": "dist/index.js", "scripts": { "dev": "ts-node src/index.ts", "build": "rm -rf ./dist && tsc", "test": "vitest" }, "keywords": [ "vite mock", "vite-plugin", "lessmock" ], "author": "satrong <satrong@foxmail.com>", "repository": { "type": "git", "url": "git+https://github.com/satrong/vite-plugin-lessmock.git" }, "homepage": "https://github.com/satrong/vite-plugin-lessmock/tree/main/#readme", "license": "MIT", "dependencies": { "@faker-js/faker": "^6.1.2", "lodash": "^4.17.21", "ts-json-schema-generator": "^1.0.0" }, "devDependencies": { "@types/lodash": "^4.14.181", "@types/node": "16", "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "eslint": "^7.12.1", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.0.0", "typescript": "^4.6.3", "vite": "^2.9.1", "vitest": "^0.9.0" }, "files": [ "dist" ] }