-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.67 KB
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
50
51
52
53
54
55
56
57
{
"name": "pervert-monkey",
"description": "daddy told us not to be ashamed of our userscripts",
"version": "1.0.25",
"license": "MIT",
"keywords": [
"userscript",
"tampermonkey",
"violentmonkey",
"sleazy-fork"
],
"author": "ViolentOrangutan atm.mormon@protonmail.com (https://github.com/smartacephale)",
"homepage": "https://github.com/smartacephale/sleazy-fork#readme",
"type": "module",
"repository": "github:smartacephale/sleazy-fork",
"bugs": {
"url": "https://github.com/smartacephale/sleazy-fork/issues",
"email": "atm.mormon@protonmail.com"
},
"main": "dist/core/perverpervertmonkey.core.umd.js",
"module": "dist/core/perverpervertmonkey.core.es.js",
"browser": "dist/core/perverpervertmonkey.core.es.js",
"unpkg": "dist/core/perverpervertmonkey.core.es.js",
"types": "dist/core/pervertmonkey.core.es.d.ts",
"exports": {
".": {
"types": "./dist/core/pervertmonkey.core.es.d.ts",
"import": "./dist/core/perverpervertmonkey.core.es.js",
"require": "./dist/core/perverpervertmonkey.core.umd.js"
}
},
"files": [
"src/**/*",
"dist/**/*"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:test": "node ./build/vite.build.test.ts",
"build:u": "node ./build/vite.build.userscripts.ts",
"build:uinc": "npm run build:u -- --inc"
},
"devDependencies": {
"@types/node": "^25.2.3",
"jabroni-outfit": "^2.1.4",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-plugin-dts": "^4.5.4"
},
"dependencies": {
"ix": "^7.0.0",
"lskdb": "^1.0.2",
"rxjs": "^7.8.2",
"urlpattern-polyfill": "^10.1.0",
"vite-plugin-monkey": "^7.1.9"
}
}