-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.08 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.08 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
{
"name": "@procoders/psicsv",
"version": "1.0.1",
"description": "PSI CSV Tool enriches a list of urls in csv with Google Page Speed Index data",
"main": "index.js",
"bin": {
"psicsv": "index.js"
},
"dependencies": {
"chalk": "^3.0.0",
"lodash": "^4.17.15",
"bluebird": "^3.7.2",
"clear": "^0.1.0",
"cli-progress": "^3.6.0",
"configstore": "^5.0.1",
"figlet": "^1.3.0",
"inquirer": "^7.1.0",
"minimist": "^1.2.5",
"papaparse": "^5.1.1",
"psi": "^4.0.1",
"valid-url": "^1.0.9"
},
"devDependencies": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"enrich": "node ./index.js"
},
"author": "Procoders <ok@procoders.tech>",
"license": "ISC",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/procoders/psicsv.git"
},
"keywords": [
"psi",
"csv",
"google",
"page",
"speed"
],
"bugs": {
"url": "https://github.com/procoders/psicsv/issues"
},
"homepage": "https://github.com/procoders/psicsv#readme"
}