forked from Ziatexataor/porn-manager-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "porn-vault-plugins",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"inquirer": "^7.1.0",
"moment": "^2.25.3",
"ora": "^4.0.4"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.1.2",
"nyc": "^15.1.0",
"prettier": "^2.0.5"
},
"scripts": {
"doc": "cd md_gen && npm start",
"check-info": "node check_info.js",
"coverage": "nyc npm run test",
"test": "mocha plugins/**/*.spec.js --timeout 10000",
"lint": "eslint \"plugins/**/*.js\"",
"lint:fix": "eslint --quiet --fix \"plugins/**/*.js\""
},
"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"
}