forked from benawad/dogehouse
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 825 Bytes
/
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
{
"name": "@dogehouse/dolma",
"author": "Jackson Roberts <[email protected]>",
"description": "A chat token transcoder for DogeHouse and associated projects.",
"version": "1.2.1",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "tsc && node lib/test/run.js && tsc -b . --clean",
"clean": "tsc -b . --clean",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HoloPanio/dolma.git"
},
"keywords": [
"@dogehouse/dolma",
"dogehouse",
"doghouse-tokens"
],
"bugs": {
"url": "https://github.com/HoloPanio/dolma/issues"
},
"homepage": "https://github.com/HoloPanio/dolma#readme",
"dependencies": {
"@types/node": "^15.0.2",
"emoji-regex": "^9.2.2"
},
"devDependencies": {
"typescript": "^4.2.4"
}
}