-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
{
"name": "@discordoo/providers",
"version": "0.11.2",
"description": "Interfaces that must be implemented by custom providers for Discordoo (typescript only).",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"build": "ttsc -p tsconfig.json",
"lint": "eslint",
"prepublishOnly": "npm run build",
"docs": "npx tapok ./docs/docs.json -c typedoc.js"
},
"devDependencies": {
"@discordoo/tapok": "^2.0.19",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@zerollup/ts-transform-paths": "^1.7.18",
"eslint": "^7.22.0",
"ttypescript": "^1.5.15",
"typescript": "^4.3.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddoodev/providers.git"
},
"author": {
"name": "Mirdukkk",
"email": "dev@ddoo.dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ddoodev/providers/issues"
},
"homepage": "https://github.com/ddoodev/providers#readme",
"engines": {
"node": ">=12.18"
},
"publishConfig": {
"access": "public"
}
}