forked from D4ddy-LiLd4rk/streamloots-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 860 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": "streamloots-events",
"version": "1.0.5",
"description": "Unofficial package to subscribe streamloots events.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"start": "node dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D4ddy-LiLd4rk/streamloots-events.git"
},
"keywords": [
"streamloots"
],
"author": "D4ddy-LiLd4rk",
"license": "MIT",
"bugs": {
"url": "https://github.com/D4ddy-LiLd4rk/streamloots-events/issues"
},
"homepage": "https://github.com/D4ddy-LiLd4rk/streamloots-events#readme",
"devDependencies": {
"typescript": "^3.7.5"
},
"dependencies": {
"@types/node": "^13.7.2",
"web-request": "^1.0.7"
}
}