-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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
41
42
43
44
45
46
47
48
49
50
{
"name": "turknet-status",
"version": "0.3.2",
"description": "Wrapper for the status API for the ISP Turk.net.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .",
"prepublishOnly": "npm run build",
"gendoc": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linuxgemini/turknet-status.git"
},
"keywords": [
"turk.net",
"status",
"türk.net",
"türk.net durum"
],
"author": "linuxgemini",
"license": "MIT",
"bugs": {
"url": "https://github.com/linuxgemini/turknet-status/issues"
},
"homepage": "https://github.com/linuxgemini/turknet-status#readme",
"dependencies": {
"dayjs": "^1.10.4",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/node": "^14.14.17",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.13",
"eslint-plugin-react": "^7.22.0",
"typedoc": "^0.24.7",
"typescript": "^4.1.3"
},
"files": [
"lib",
"LICENSE",
"README.md"
],
"main": "./lib/index.js",
"typings": "./lib/index.d.ts"
}