-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "svelte-lanyard",
"description": "🏷️ A Lanyard API wrapper for Svelte",
"version": "1.0.2",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/iGalaxyYT/svelte-lanyard"
},
"author": "William Hayr <[email protected]>",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.1.0",
"eslint-config-xo": "^0.39.0",
"eslint-config-xo-typescript": "^0.45.2",
"prettier": "^2.4.1",
"svelte": "^3.44.2",
"tsup": "^5.5.0",
"typescript": "^4.4.4"
},
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs",
"lint": "eslint ./src/**/*.ts",
"fix": "eslint ./src/**/*.ts --fix"
},
"bugs": {
"url": "https://github.com/iGalaxyYT/svelte-lanyard/issues"
},
"homepage": "https://github.com/iGalaxyYT/svelte-lanyard#readme",
"files": [
"dist",
"package.json"
],
"keywords": [
"typescript",
"svelte",
"lanyard",
"discord"
],
"packageManager": "[email protected]"
}