UNPKG

761 BJSONView Raw
1{
2 "name": "@helperdiscord/centra",
3 "version": "2.4.0",
4 "description": "Fork of centra to support only what helper needs.",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "files": [
8 "dist",
9 "!dist/*.tsbuildinfo"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/helperdiscord/centra.git"
14 },
15 "scripts": {
16 "build": "tsc --emitDeclarationOnly --outDir dist && esbuild src/*.ts --bundle --minify --platform=node --outdir=dist --tsconfig=tsconfig.json",
17 "prepack": "npm build",
18 "docs": "typedoc src/index.ts"
19 },
20 "author": "Vetlix <vetlixk@gmail.com> doge <doge@helper.wtf>",
21 "license": "MIT",
22 "devDependencies": {
23 "@types/node": "^14.14.35",
24 "esbuild": "^0.9.3",
25 "typedoc": "^0.20.20",
26 "typescript": "^4.2.3"
27 }
28}