-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 890 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
{
"name": "gumroad.js",
"version": "1.0.0-alpha.1",
"description": "Simple and lightweight community contributed JavaScript SDK for Gumroad REST API.",
"source": "src/index.ts",
"main": "dist/gumroad.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WarenGonzaga/gumroad.js.git"
},
"author": "Waren Gonzaga",
"license": "MIT",
"bugs": {
"url": "https://github.com/WarenGonzaga/gumroad.js/issues"
},
"homepage": "https://github.com/WarenGonzaga/gumroad.js#readme",
"packageManager": "yarn@3.1.1",
"devDependencies": {
"parcel": "^2.3.2",
"typescript": "^4.5.5"
},
"dependencies": {
"axios": "^0.26.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist/*"
]
}