This repository was archived by the owner on Feb 19, 2025. It is now read-only.
forked from Ziatexataor/porn-manager-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.31 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "porn-vault-plugins",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.21.0",
"boxen": "^5.0.0",
"cheerio": "^1.0.0-rc.6",
"fluent-ffmpeg": "^2.1.2",
"graphql-query-compress": "^1.2.4",
"inquirer": "^7.3.3",
"jimp": "^0.16.1",
"moment": "^2.29.1",
"ora": "^5.3.0",
"winston": "^3.3.3",
"zod": "^1.11.11"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/cheerio": "^0.22.28",
"@types/fluent-ffmpeg": "^2.1.16",
"@types/inquirer": "^7.3.1",
"@types/node": "^15.0.1",
"@types/semver": "^7.3.4",
"@types/winston": "^2.4.4",
"@types/yaml": "^1.9.7",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.25.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"rollup": "^2.47.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.2",
"yaml": "^1.10.0"
},
"scripts": {
"prebuild": "rm -rf build && rm -rf dist",
"build": "tsc && ts-node compile",
"setup": "ts-node setup",
"doc": "cd md_gen && npm start",
"check-info": "node check_info.js",
"coverage": "nyc npm run test && nyc report --reporter=json",
"test": "mocha -r ts-node/register \"plugins/**/*.spec.js\" --timeout 10000",
"lint": "eslint \"plugins/**/*.ts\"",
"lint:fix": "eslint --quiet --fix \"plugins/**/*.ts\"",
"transpile": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boi123212321/porn-vault-plugins.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/boi123212321/porn-vault-plugins/issues"
},
"homepage": "https://github.com/boi123212321/porn-vault-plugins#readme",
"nyc": {
"exclude": "**/*.spec.js"
}
}