UNPKG

@stacksjs/faker

Version:
44 lines (43 loc) 1.19 kB
{ "name": "@stacksjs/faker", "type": "module", "version": "0.70.23", "description": "Faker functions.", "author": "Chris Breuer", "contributors": ["Chris Breuer <chris@stacksjs.org>"], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/faker#readme", "repository": { "type": "git", "url": "git+https://github.com/stacksjs/stacks.git", "directory": "./storage/framework/core/faker" }, "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, "keywords": ["faker", "fakerjs", "factory", "functions", "stacks"], "exports": { ".": { "import": "./dist/index.js" }, "./*": { "import": "./dist/*" } }, "module": "dist/index.js", "types": "dist/index.d.ts", "files": ["README.md", "dist"], "scripts": { "build": "bun build.ts", "typecheck": "bun tsc --noEmit", "test": "bun test", "prepublishOnly": "bun run build" }, "devDependencies": { "@faker-js/faker": "^9.5.1", "@stacksjs/cli": "0.70.22", "@stacksjs/config": "0.70.22", "@stacksjs/development": "0.70.22" } }