forked from Scarwolf/p0weruser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "p0weruser",
"description": "A modularized userScript for pr0gramm.com - Developed by FlorianMaak, Modified by Scarwolf",
"homepage": "https://github.com/Scarwolf/p0weruser",
"author": {
"name": "Florian Maak",
"email": "fm-github@posteo.de"
},
"keywords": [
"UserScript",
"TamperMonkey",
"pr0gramm"
],
"version": "2.10.0",
"license": "GPL-3.0",
"dependencies": {
"chart.js": "^2.9.4",
"core-js": "^2.6.12",
"pako": "^2.1.0",
"tesseract.js": "^2.1.5"
},
"devDependencies": {
"@types/greasemonkey": "^4.0.7",
"@types/jquery": "^3.5.29",
"@types/node": "^18.19.7",
"@types/pako": "^2.0.3",
"ajv": "^6.12.6",
"less": "^4.2.0",
"typescript": "^4.9.5",
"vite": "^3.2.7",
"vite-plugin-monkey": "^2.12.1"
},
"bugs": {
"url": "https://github.com/Scarwolf/p0weruser/issues",
"email": "github@scarwolf.com"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Scarwolf/p0weruser"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development"
}
}