forked from Scarwolf/p0weruser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"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": "[email protected]"
},
"keywords": [
"UserScript",
"TamperMonkey",
"pr0gramm"
],
"version": "2.4.3",
"license": "GPL-3.0",
"dependencies": {
"chart.js": "^2.9.4",
"core-js": "^2.6.12",
"tesseract.js": "^2.1.5"
},
"devDependencies": {
"@types/greasemonkey": "^4.0.4",
"@types/jquery": "^3.5.14",
"@types/node": "^18.0.4",
"ajv": "^6.12.6",
"less": "^4.1.3",
"typescript": "^4.8.4",
"vite": "^3.1.7",
"vite-plugin-monkey": "^2.10.0"
},
"bugs": {
"url": "https://github.com/Scarwolf/p0weruser/issues",
"email": "[email protected]"
},
"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"
}
}