-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1016 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "fakerjsui",
"version": "1.0.0",
"private": true,
"description": "Faker.js UI application and website",
"author": "Joff Tiquez <jofftiquez@gmail.com>",
"license": "MIT",
"scripts": {
"dev:app": "pnpm --filter @faker-js-ui/app dev:spa",
"dev:bex": "pnpm --filter @faker-js-ui/app dev:bex",
"dev:website": "pnpm --filter @faker-js-ui/website dev",
"build:app": "pnpm --filter @faker-js-ui/app build:spa",
"build:bex": "pnpm --filter @faker-js-ui/app build:bex",
"build:website": "pnpm --filter @faker-js-ui/website build",
"lint:app": "pnpm --filter @faker-js-ui/app lint",
"lint:website": "pnpm --filter @faker-js-ui/website lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jofftiquez/faker-js-ui.git"
},
"bugs": {
"url": "https://github.com/jofftiquez/faker-js-ui/issues"
},
"homepage": "https://github.com/jofftiquez/faker-js-ui#readme",
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.15.1"
}