-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·86 lines (86 loc) · 2.18 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
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
79
80
81
82
83
84
85
86
{
"_from": "tsundoku",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-/HxPrAfN+CR9jKNOgus9kMl2FrrA6RCEcDzyTW3U4lh543SCAicb1qMR0qCDxwFrsFOVvmHABZtBXQjGGyNI7w==",
"_location": "/tsundoku",
"_phantomChildren": {
"decamelize": "1.2.0",
"emoji-regex": "7.0.3",
"is-stream": "1.1.0",
"locate-path": "3.0.0",
"mem": "4.3.0",
"nice-try": "1.0.5",
"npm-run-path": "2.0.2",
"p-finally": "1.0.0",
"path-key": "2.0.1",
"pump": "3.0.0",
"require-directory": "2.1.1",
"set-blocking": "2.0.0",
"shebang-command": "1.2.0",
"signal-exit": "3.0.2",
"strip-eof": "1.0.0",
"which": "1.2.12",
"wrap-ansi": "2.1.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "tsundoku",
"name": "tsundoku",
"escapedName": "tsundoku",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/tsundoku/-/tsundoku-3.1.0.tgz",
"_shasum": "095f9afeeb7df643c69d8827430e9f29f5390832",
"_spec": "tsundoku",
"_where": "/Users/jenniferkerr/projects",
"author": {
"name": "jennifer johnson"
},
"bin": {
"tsundoku": "./bin/tsundoku.js"
},
"bugs": {
"url": "https://github.com/jkerr321/tsundoku/issues"
},
"bundleDependencies": false,
"dependencies": {
"async-sema": "^3.0.0",
"cheerio": "^1.0.0-rc.2",
"node-fetch": "^2.3.0",
"nodemon": "^1.18.5",
"xml-js": "^1.6.8",
"yargs": "^13.2.2"
},
"deprecated": false,
"description": "Tsundoku ========== A tool that outputs the books in your Goodreads `To Read` list in a csv file, along with their Amazon prices for different formats.",
"devDependencies": {
"eslint": "^6.4.0",
"husky": "^4.0.0-beta.1"
},
"homepage": "https://github.com/jkerr321/tsundoku#readme",
"license": "MIT",
"name": "tsundoku",
"repository": {
"type": "git",
"url": "git+https://github.com/jkerr321/tsundoku.git"
},
"scripts": {
"start": "node server/index.js",
"lint": "eslint server/**",
"precommit": "lint"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"version": "3.3.1"
}