UNPKG

@mdf.js/faker

Version:

MMS - API - Faker

50 lines (49 loc) 1.33 kB
{ "name": "@mdf.js/faker", "version": "1.6.0", "description": "MMS - API - Faker", "keywords": [ "NodeJS", "MMS", "API", "Faker" ], "repository": { "type": "git", "url": "https://github.com/mytracontrol/mdf.js.git", "directory": "packages/api/faker" }, "license": "MIT", "author": "Mytra Control S.L.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "yarn clean && tsc -p tsconfig.build.json", "check-dependencies": "npm-check", "clean": "rimraf \"{tsconfig.build.tsbuildinfo,dist}\"", "doc": "typedoc --options typedoc.json", "envDoc": "node ../../../.config/envDoc.mjs", "licenses": "license-checker --start ./ --production --csv --out ../../../licenses/api/doorkeeper/licenses.csv --customPath ../../../.config/customFormat.json", "mutants": "stryker run stryker.conf.js", "test": "jest --detectOpenHandles --config ./jest.config.js" }, "dependencies": { "@mdf.js/crash": "1.6.0", "chance": "^1.1.12", "lodash": "^4.17.21" }, "devDependencies": { "@types/chance": "^1.1.3", "@types/lodash": "^4.17.13" }, "engines": { "node": ">=16.14.2" }, "publishConfig": { "access": "public" }, "gitHead": "69fa1d90956b9cc6724dd8034d9d1ccb3b13d206" }