Move faker plugin from external to bundled

This commit is contained in:
Gregory Schier
2026-02-09 08:43:49 -08:00
parent 5f18bf25e2
commit 957d8d9d46
7 changed files with 46 additions and 3 deletions

View File

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