@mock-locale/zu
Version:
Zulu locale data for ts-mocker
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "@mock-locale/zu",
"type": "module",
"version": "0.1.3",
"description": "Zulu locale data for ts-mocker",
"author": "Chris Breuer <chris@stacksjs.org>",
"license": "MIT",
"homepage": "https://github.com/stacksjs/ts-mocker#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/ts-mocker.git"
},
"bugs": {
"url": "https://github.com/stacksjs/ts-mocker/issues"
},
"keywords": [
"ts-mocker",
"ts-faker",
"ts-mocker",
"locale",
"zu",
"zulu",
"south-africa",
"fake-data",
"test-data"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "bun --bun build.ts",
"typecheck": "bun --bun tsc --noEmit"
},
"peerDependencies": {
"ts-mocker": "0.1.3"
},
"devDependencies": {
"@types/bun": "^1.2.23",
"bun-plugin-dtsx": "0.9.5",
"bunfig": "^0.15.0",
"typescript": "^5.9.3"
}
}