-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
50
51
52
{
"name": "@globalart/npm-down-increaser",
"version": "1.8.7",
"description": "Raises the popularity score on your package through nefarious means.",
"author": "Lachie James",
"license": "MIT",
"main": "./lib/src/index.js",
"dependencies": {
"date-fns": "2.28.0",
"gaxios": "5.0.0",
"ora": "5.4.1",
"prompts": "2.4.2"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/node": "16.11.7",
"@types/prompts": "2.0.14",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"eslint": "8.14.0",
"nock": "13.2.4",
"prettier": "2.6.2",
"semantic-release": "19.0.2",
"ts-node": "10.7.0",
"typescript": "4.6.4"
},
"scripts": {
"build": "tsc",
"start": "ts-node .",
"format": "prettier . --write & eslint . --fix"
},
"bin": {
"npm-down-increaser": "./lib/src/cli.js"
},
"directories": {
"lib": "lib"
},
"files": [
"lib/**"
],
"keywords": [
"npm",
"npmjs",
"popularity",
"increaser",
"spammer"
],
"repository": "https://github.com/lachiejames/npm-downloads-increaser.git",
"bugs": "https://github.com/lachiejames/npm-downloads-increaser/issues",
"homepage": "https://github.com/lachiejames/npm-downloads-increaser#readme"
}