forked from ghostdevv/sourcebin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
51
{
"name": "sourcebin",
"version": "4.2.3",
"description": "Fast and simple package to get and create bins from https://sourceb.in/",
"main": "./src/index.cjs",
"module": "./src/index.mjs",
"types": "./src/index.d.ts",
"exports": {
".": [
{
"require": "./src/index.cjs",
"import": "./src/index.mjs"
},
"./src/index.cjs"
]
},
"scripts": {
"test": "jest --verbose",
"dev": "nodemon dev/index.js"
},
"license": "MIT",
"dependencies": {
"@sourcebin/linguist": "latest",
"got": "^11.8.1"
},
"devDependencies": {
"jest": "^26.6.3",
"nodemon": "^2.0.7"
},
"keywords": [
"sourcebin",
"bin",
"bin wrapper",
"sourcebin wrapper",
"source",
"source bin",
"sourcebin api",
"sourcebin api wrapper",
"sourcebin create",
"sourcebin get"
],
"author": "GHOST",
"homepage": "https://github.com/ghoststools/Sourcebin",
"repository": {
"type": "git",
"url": "git+https://github.com/ghoststools/Sourcebin"
},
"bugs": {
"url": "https://github.com/ghoststools/Sourcebin"
}
}