forked from lmsqueezy/lemonsqueezy.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 855 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
{
"name": "@lemonsqueezy/lemonsqueezy.js",
"description": "The official Lemon Squeezy JavaScript SDK.",
"version": "1.2.4",
"author": "Lemon Squeezy",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/index.js",
"homepage": "https://github.com/lmsqueezy/lemonsqueezy.js",
"repository": {
"type": "git",
"url": "https://github.com/lmsqueezy/lemonsqueezy.js.git"
},
"bugs": {
"url": "https://github.com/lmsqueezy/lemonsqueezy.js/issues"
},
"keywords": [
"api",
"lemonsqueezy",
"javascript",
"typescript"
],
"files": [
"./dist/*",
"README.md"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/node": "^20.4.5",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
},
"type": "module"
}