forked from D4ddy-LiLd4rk/glimesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 903 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
34
35
36
{
"name": "glimesh",
"version": "1.0.0",
"description": "Unofficial package to interact with Glimesh API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"start": "node dist/index.js",
"build": "tsc",
"watch": "tsc -p tsconfig.json -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D4ddy-LiLd4rk/glimesh.git"
},
"keywords": [
"glimesh", "api", "stream", "bot"
],
"author": "D4ddy-LiLd4rk",
"license": "MIT",
"bugs": {
"url": "https://github.com/D4ddy-LiLd4rk/glimesh/issues"
},
"homepage": "https://github.com/D4ddy-LiLd4rk/glimesh#readme",
"devDependencies": {
"@types/node-fetch": "^2.5.8",
"typescript": "^4.2.2"
},
"dependencies": {
"@types/node": "^14.14.31",
"cross-fetch": "^3.0.6",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.1"
}
}