-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 943 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": "nameday-api",
"version": "2.0.6",
"description": "This library makes it easy to send requests towards api.abalin.net API. API provides name days for various countries.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -r dist && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/cypcz/nameday-api"
},
"bugs": {
"url": "https://github.com/cypcz/nameday-api/issues"
},
"homepage": "https://github.com/cypcz/nameday-api",
"keywords": [
"nameday",
"api"
],
"author": "Jakub Kot",
"license": "MIT",
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/node": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"eslint": "^6.8.0",
"typescript": "^3.8.3"
},
"dependencies": {
"isomorphic-fetch": "^2.2.1"
}
}