-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "us-presidents",
"version": "2.0.0",
"description": "Search, fetch, and get data regarding United States presidents.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc --build && npx gen-esm-wrapper dist/index.js dist/index.mjs",
"doc": "npx typedoc --options typedoc.json"
},
"keywords": [
"president",
"presidents",
"us presidents",
"us-presidents",
"united states president",
"united-states-presidents",
"usa-president",
"usa president",
"usa presidents",
"search presidents"
],
"author": "devspen",
"homepage": "https://github.com/devspen/us-presidents#readme",
"repository": {
"type": "git",
"url": "https://github.com/devspen/us-presidents.git"
},
"bugs": {
"url": "https://github.com/devspen/us-presidents/issues"
},
"license": "UNLICENSED",
"devDependencies": {
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.22.17",
"typescript": "^4.7.4"
}
}