-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 956 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 956 Bytes
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
{
"name": "@discordoo/tapok",
"version": "2.0.26",
"description": "Discordoo documentation generator (generates json file)",
"main": "dist/src/index.js",
"type": "commonjs",
"bin": {
"tapok": "dist/src/index.js"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npx rimraf dist && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddoodev/tapok.git"
},
"keywords": [
"discordoo",
"documentation"
],
"contributors": [
"Mirdukkk <dev@ddoo.dev>",
"Federico Grandi <fgrandi30@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ddoodev/tapok/issues"
},
"homepage": "https://github.com/ddoodev/tapok#readme",
"devDependencies": {
"typescript": "4.5.4"
},
"dependencies": {
"@types/node": "12.0.0",
"meow": "9.0.0",
"tslib": "2.3.1",
"typedoc": "0.22.11",
"typedoc-plugin-missing-exports": "0.22.6"
}
}