-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 KB
/
package.json
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
{
"name": "cn-lorem-ipsum",
"version": "0.1.3",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
}
},
"description": "fast chinese lorem-ipsum & names generator",
"scripts": {
"build": "unbuild",
"prepublishOnly": "unbuild",
"typecheck": "tsc --noEmit",
"biome:fix": "biome check --apply ."
},
"files": ["dist"],
"keywords": ["bun", "lorem", "chinese"],
"workspaces": ["benchmark/", "playground/"],
"license": "MIT",
"homepage": "https://github.com/ZTL-UwU/cn-lorem-ipsum#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ZTL-UwU/cn-lorem-ipsum.git"
},
"bugs": "https://github.com/ZTL-UwU/cn-lorem-ipsum/issues",
"author": "Tony Zhang <[email protected]>",
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/bun": "^1.1.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0"
}
}