Move faker plugin back to external (plugins-external/faker)

This commit is contained in:
Gregory Schier
2026-02-11 10:21:55 -08:00
parent 9a1d613034
commit 26aba6034f
8 changed files with 31 additions and 31 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
}
}