-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 941 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
39
40
{
"name": "@waynechang65/unlimited-bitly",
"version": "2.0.1",
"description": "The module can combine many Bitly accounts together to be an extensible quota usage.",
"main": "index.js",
"files": [
"index.js",
"lib/**"
],
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node examples/demo.js",
"lint": "eslint index.js lib/**/*.js examples/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WayneChang65/unlimited-bitly.git"
},
"keywords": [
"unlimit",
"unlimited",
"bitly",
"multiple"
],
"author": "WayneChang65",
"license": "MIT",
"bugs": {
"url": "https://github.com/WayneChang65/unlimited-bitly/issues"
},
"homepage": "https://github.com/WayneChang65/unlimited-bitly#readme",
"devDependencies": {
"eslint": "^8.4.1"
},
"dependencies": {
"@waynechang65/fml-consolelog": "^1.1.0",
"bitly": "^7.1.2"
}
}