-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 4.36 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 4.36 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@faker-js/faker",
"version": "10.4.0",
"description": "Generate massive amounts of fake contextual data",
"scripts": {
"clean": "git clean -fdx --exclude _local",
"build:clean": "git clean -fX dist",
"build:code": "tsdown",
"build": "run-s build:clean build:code",
"generate": "run-s generate:locales generate:api-docs",
"generate:api-docs": "tsx ./scripts/apidocs.ts",
"generate:locales": "tsx ./scripts/generate-locales.ts",
"docs:build": "run-s generate:api-docs generate:locales docs:build:embedded docs:build:run",
"docs:build:embedded": "tsdown --entry.faker src/index.ts --format esm --outDir docs/public --no-dts --no-clean",
"docs:build:run": "vitepress build docs",
"docs:build:ci": "run-s build docs:build",
"docs:dev": "run-s generate:api-docs generate:locales docs:build:embedded docs:dev:run",
"docs:dev:run": "vitepress dev docs",
"docs:serve": "vitepress serve docs --port 5173",
"docs:diff": "tsx ./scripts/diff.ts",
"docs:test:e2e:ci": "run-s docs:build:ci docs:test:e2e:install docs:test:e2e:run",
"docs:test:e2e:install": "cypress install",
"docs:test:e2e:run": "run-p --race docs:serve \"cypress run\"",
"docs:test:e2e:open": "run-p --race docs:serve \"cypress open\"",
"format": "prettier --cache --write .",
"lint": "eslint --cache --cache-strategy content .",
"ts-check": "tsc",
"test": "vitest",
"test:update-snapshots": "vitest run -u",
"coverage": "vitest run --coverage",
"integration-test": "vitest -c vitest.it-config.ts",
"cypress": "cypress",
"release": "commit-and-tag-version --commit-all",
"prepublishOnly": "pnpm run clean && pnpm install && pnpm run build",
"preflight": "pnpm install && run-s generate format lint build test:update-snapshots ts-check"
},
"keywords": [
"faker",
"faker.js",
"fakerjs",
"faker-js",
"fake data generator",
"fake data",
"fake-data",
"fake-generator",
"fake-data-generator",
"fake content generator",
"fake contextual data generator",
"fake contextual data"
],
"homepage": "https://fakerjs.dev",
"bugs": {
"url": "https://github.com/faker-js/faker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faker-js/faker.git"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fakerjs"
}
],
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./locale/*": {
"types": "./dist/locale/*.d.ts",
"default": "./dist/locale/*.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
">=5.0": {
".": [
"./dist/index.d.ts"
],
"locale/*": [
"./dist/locale/*.d.ts"
]
}
},
"files": [
"CHANGELOG.md",
"dist"
],
"devDependencies": {
"@eslint/compat": "2.0.3",
"@eslint/js": "10.0.1",
"@stylistic/eslint-plugin": "5.10.0",
"@types/node": "24.12.0",
"@types/sanitize-html": "2.16.1",
"@types/semver": "7.7.1",
"@types/validator": "13.15.10",
"@vitest/coverage-v8": "4.1.2",
"@vitest/eslint-plugin": "1.6.13",
"@vitest/ui": "4.1.2",
"@vueuse/core": "14.2.1",
"commit-and-tag-version": "12.7.1",
"cypress": "15.13.0",
"eslint": "10.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-file-progress": "4.0.0",
"eslint-plugin-jsdoc": "62.8.1",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-unicorn": "64.0.0",
"jiti": "2.6.1",
"npm-run-all2": "8.0.4",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-pkg": "0.22.0",
"publint": "0.3.18",
"sanitize-html": "2.17.3",
"semver": "7.7.4",
"ts-morph": "27.0.2",
"tsdown": "0.21.7",
"tsx": "4.21.0",
"typescript": "5.9.3",
"typescript-eslint": "8.58.0",
"validator": "13.15.26",
"vitepress": "2.0.0-alpha.17",
"vitest": "4.1.2",
"vue": "3.5.31",
"vue-tsc": "3.2.6"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0",
"npm": ">=10"
},
"pnpm": {
"ignoredBuiltDependencies": [
"cypress",
"esbuild"
]
}
}