Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 978 B

You have to be logged in to leave a comment. Sign In
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
  1. {
  2. "name": "ol-data-tools",
  3. "version": "1.0.0",
  4. "description": "Tools for working with OpenLibrary data",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "MIT",
  11. "jshintConfig": {
  12. "esversion": 6,
  13. "node": true
  14. },
  15. "eslintConfig": {
  16. "env": {
  17. "node": true
  18. },
  19. "parserOptions": {
  20. "ecmaVersion": 2017
  21. }
  22. },
  23. "dependencies": {
  24. "async": "^2.6.1",
  25. "bluebird": "^3.5.3",
  26. "csv-parser": "^2.1.0",
  27. "fs-extra": "^7.0.1",
  28. "glob": "^7.1.3",
  29. "gulp": "^4.0.0",
  30. "gulplog": "^1.0.0",
  31. "minimist": "^1.2.0",
  32. "mississippi": "^3.0.0",
  33. "node-expat": "^2.3.17",
  34. "pg": "^7.6.1",
  35. "progress": "^2.0.1",
  36. "stream-concat": "^0.3.0",
  37. "through2": "^3.0.0"
  38. },
  39. "optionalDependencies": {},
  40. "devDependencies": {
  41. "eslint": "^5.9.0",
  42. "expect.js": "^0.3.1",
  43. "mocha": "^5.2.0",
  44. "stream-from-value": "^0.1.0"
  45. }
  46. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...