forked from Parcility/Kennel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@zenithdevs/kennel",
"version": "1.2.2",
"description": "A comprehensive, easy-to-use native depiction renderer.",
"main": "dist/Kennel.js",
"dependencies": {
"marked": "^1.1.0"
},
"devDependencies": {
"@lopatnov/rollup-plugin-uglify": "^1.2.1",
"@rollup/pluginutils": "^3.0.10",
"@types/node": "^14.0.5",
"commondir": "^1.0.1",
"estree-walker": "^2.0.1",
"find-cache-dir": "^3.3.1",
"find-up": "^4.1.0",
"fs-extra": "^9.0.0",
"graceful-fs": "^4.2.4",
"jsonfile": "^6.0.1",
"locate-path": "^5.0.0",
"make-dir": "^3.1.0",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"path-exists": "^4.0.0",
"path-parse": "^1.0.6",
"picomatch": "^2.2.2",
"pkg-dir": "^4.2.0",
"resolve": "^1.15.1",
"rollup": "^2.10.7",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-css-only": "^2.0.0",
"rollup-plugin-typescript2": "^0.27.1",
"terser": "^4.7.0",
"typescript": "^3.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZenithDevs/Kennel.git"
},
"keywords": [
"sileo",
"jailbreak",
"depiction",
"typescript"
],
"author": "Zenith",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZenithDevs/Kennel/issues"
},
"homepage": "https://github.com/ZenithDevs/Kennel#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}