-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 879 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
37
38
39
40
{
"name": "pxls-snapshot-stream",
"version": "1.0.0",
"description": "A simple tool to get a stream for the current canvas on pxls.space.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pxls",
"canvas",
"image",
"png",
"write",
"stream",
"fs"
],
"author": "haykam821",
"license": "MIT",
"dependencies": {
"canvas": "^1.6.11",
"request": "^2.87.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-haykam": "^1.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haykam821/Pxls-Snapshot-Stream.git"
},
"bugs": {
"url": "https://github.com/haykam821/Pxls-Snapshot-Stream/issues"
},
"homepage": "https://github.com/haykam821/Pxls-Snapshot-Stream#readme",
"eslintConfig": {
"extends": "eslint-config-haykam"
}
}