-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 891 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
{
"name": "an-array-of-persian-words",
"version": "1.0.4",
"description": "list of ~240,000 persian words",
"main": "words.json",
"bin": {
"words": "./cli.js",
"an-array-of-english-words": "./cli.js"
},
"files": [
"words.json",
"cli.js"
],
"scripts": {
"test-api": "node test",
"test": "npm run test-api"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pfndesign/an-array-of-persian-words.git"
},
"keywords": [
"array",
"list",
"persian",
"word",
"words"
],
"author": "Peyman Farahmand <pfndesigen@gmail.com> (https://www.linkedin.com/in/pfndesign)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pfndesign/an-array-of-persian-words/issues"
},
"homepage": "https://github.com/pfndesign/an-array-of-persian-words#readme",
"devDependencies": {
"tape": "^5.5.2"
}
}