UNPKG

faker-api

Version:

A fully customizible rest api faking package that allows you to mock , clone and fake Rest API with fake yet realistic data

40 lines (39 loc) 1.35 kB
{ "name": "faker-api", "version": "1.0.1", "description": "A fully customizible rest api faking package that allows you to mock , clone and fake Rest API with fake yet realistic data", "scripts": { "build":"tsc", "test": "node ./lib/test/test.js", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare" : "npm run build", "version" : "npm run format && git add -A src", "postversion" : "git push && git push --tags" }, "author": "Innocent Saidu Peros", "keywords":["fake-api","fake","fakerjs","server","api","easy","mock","web","moking api","faking api","rest","rest api","static api","stateful api", "dynamic api", "test api","clone api"], "license": "ISC", "devDependencies": { "@types/express": "^4.17.14", "prettier": "^2.7.1", "ts-node-dev": "^2.0.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.8.4" }, "dependencies": { "@faker-js/faker": "^7.5.0", "express": "^4.18.2" }, "repository": { "type":"git", "url":"https://github.com/innocentperos/fakerAPI.git" }, "bugs": { "url":"https://github.com/innocentperos/fakerAPI/issues" }, "homepage" :"https://github.com/innocentperos/fakerAPI#readme", "main":"lib/src/index.js", "types": "lib/src/index.d.ts" }