-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 909 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
42
43
{
"name": "@fakerjs/paragraph",
"version": "1.0.0",
"description": "Paragraph package provides functionality to generate a fake paragraph populated by semi-pronounceable random (nonsense) sentences value.",
"license": "MIT",
"repository": "faker-javascript/paragraph",
"author": {
"name": "Sergey Romanenko",
"email": "awilum@msn.com",
"url": "https://github.com/Awilum"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "c8 ava; xo --space 4; tsd;"
},
"dependencies": {
"@fakerjs/sentence": "^1"
},
"devDependencies": {
"ava": "^4.0.0",
"c8": "^7.11.0",
"tsd": "^0.19.1",
"xo": "^0.47.0"
},
"files": [
"index.js",
"index.d.ts"
],
"keysentences": [
"fakerjs",
"faker",
"fake",
"random",
"string",
"syllable",
"sentences",
"paragraph"
]
}