-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 874 Bytes
/
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
{
"name": "cnlorem",
"version": "1.5.4",
"type": "module",
"description": "A library that generates Chinese lorem ipsum words",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rollup -c",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onezhjp/cnlorem.git"
},
"keywords": [
"lorem",
"cn",
"chinese",
"中文",
"汉字",
"中英",
"中英混排"
],
"author": "onezhjp",
"license": "MIT",
"bugs": {
"url": "https://github.com/onezhjp/cnlorem/issues"
},
"homepage": "https://github.com/onezhjp/cnlorem#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"rollup": "^3.28.1",
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
}
}