summary refs log tree commit diff
path: root/package.json
blob: 91e82f3af0cdf2ad491e2e3d6d2bd814087ada84 (plain) (blame)
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
{
	"name": "discord-server-util",
	"version": "1.0.0",
	"description": "",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "tsc -b ."
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/discord-open-source/discord-server-util.git"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/discord-open-source/discord-server-util/issues"
	},
	"homepage": "https://github.com/discord-open-source/discord-server-util#readme",
	"dependencies": {
		"jsonwebtoken": "^8.5.1",
		"lambert-db": "^1.1.4"
	},
	"devDependencies": {
		"@types/jsonwebtoken": "^8.5.0",
		"@types/node": "^14.14.25",
		"typescript": "^4.1.3"
	}
}