mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 21:23:40 +01:00
25 lines
565 B
JSON
Executable File
25 lines
565 B
JSON
Executable File
{
|
|
"name": "@yaak/faker",
|
|
"private": true,
|
|
"version": "1.1.1",
|
|
"displayName": "Faker",
|
|
"description": "Template functions for generating fake data using FakerJS",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mountain-loop/yaak.git",
|
|
"directory": "plugins-external/faker"
|
|
},
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"test": "vitest --run tests"
|
|
},
|
|
"dependencies": {
|
|
"@faker-js/faker": "^10.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|