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 608 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
  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. "dependencies": {
  16. "async": "^2.1.2",
  17. "flush-write-stream": "^1.0.2",
  18. "gulp": "github:gulpjs/gulp#4.0",
  19. "gulp-util": "^3.0.8",
  20. "mississippi": "^1.2.0",
  21. "mongodb": "^2.2.12",
  22. "pg": "^6.1.0",
  23. "progress": "^1.1.8",
  24. "through2": "^2.0.1",
  25. "yargs": "^6.4.0"
  26. }
  27. }
Tip!

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

Comments

Loading...