-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
68 lines (68 loc) · 1.46 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "buymeacoffee.js",
"version": "2.0.0",
"description": "A simple and lightweight but powerful Node.js client for Buy Me A Coffee API",
"source": "src/index.ts",
"main": "dist/main.js",
"module": "dist/module.js",
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WarenGonzaga/buymeacoffee.js.git"
},
"keywords": [
"buy",
"me",
"a",
"coffee",
"node",
"js",
"client",
"api",
"buymeacoffeejs",
"javascript",
"buymeacoffee",
"simple",
"lightweight",
"powerful",
"bmc",
"bmcjs",
"buymeacoffee.js",
"bmc.js",
"coffee"
],
"author": "Waren Gonzaga",
"license": "MIT",
"bugs": {
"url": "https://github.com/WarenGonzaga/buymeacoffee.js/issues"
},
"homepage": "https://buymeacoffee.js.org",
"github": "https://github.com/WarenGonzaga/buymeacoffee.js",
"dependencies": {
"@types/moxios": "^0.4.15",
"axios": "^0.27.2",
"moxios": "^0.4.0",
"source-map-loader": "^3.0.1",
"ts-loader": "^9.3.0",
"ts-node": "^10.7.0"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"gulp-header": "^2.0.9",
"jest": "^28.0.0",
"parcel": "^2.0.1",
"ts-jest": "^28.0.2",
"typescript": "^4.7.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"files": [
"dist/*"
],
"packageManager": "[email protected]"
}