UNPKG

@vivid-front/bundler

Version:

A Node.js library for creating fake APIs from file structure.

72 lines (71 loc) 1.86 kB
{ "name": "@vivid-front/bundler", "version": "1.5.2", "description": "A Node.js library for creating fake APIs from file structure.", "main": "dist/index.js", "type": "module", "exports": { ".": "./dist/index.js" }, "scripts": { "build": "tsc", "prepare": "npm run build", "start": "npm run build && node dist/index.js", "test": "vitest", "test:coverage": "vitest run --coverage", "lint": "node ./node_modules/.bin/eslint .", "lint:fix": "node ./node_modules/.bin/eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "lint:format": "npm run lint && npm run format:check", "prepublishOnly": "npm run build" }, "keywords": [ "fake-api", "api", "mock", "development", "server" ], "author": "Marco Aurelio Pontes", "license": "MIT", "dependencies": { "@vivid-front/commons": "latest" }, "devDependencies": { "@eslint/js": "^9.13.0", "@types/node": "^22.7.5", "@typescript-eslint/eslint-plugin": "^8.10.0", "@typescript-eslint/parser": "^8.10.0", "@vitest/coverage-v8": "^2.1.3", "eslint": "^9.13.0", "eslint-plugin-import": "^2.31.0", "prettier": "^3.4.0", "typescript": "^5.6.3", "typescript-eslint": "^8.10.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^2.1.3" }, "files": [ "dist/**", "README.md", "LICENSE", "package.json" ], "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/vivid-front/fake-api.git" }, "bugs": { "url": "https://github.com/vivid-front/fake-api/issues" }, "homepage": "https://github.com/vivid-front/fake-api#readme", "engines": { "node": ">=22.18.0" }, "publishConfig": { "access": "public" }, "gitHead": "ebe5162812e92abfe6a5544adc1ec1b8ccfe2d95" }