-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 898 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 898 Bytes
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": "gotiny",
"version": "1.5.5",
"description": "SDK for GoTiny: A lightweight link shortener API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint .",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robvanbakel/gotiny-sdk.git"
},
"keywords": [
"url",
"link",
"shortener",
"url shortener",
"link shortener"
],
"author": {
"name": "Rob van Bakel",
"email": "robbakel@gmail.com",
"url": "https://robvanbakel.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/robvanbakel/gotiny-sdk/issues"
},
"homepage": "https://github.com/robvanbakel/gotiny-sdk#readme",
"dependencies": {
"axios": "^1.3.4"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"typescript": "^4.7.4"
}
}