You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
439 B

  1. {
  2. "name": "public-apis",
  3. "version": "1.0.0",
  4. "description": "<div align=\"center\"> <h1>Public APIs</h1> <i>A collective list of free APIs for use in software and web development</i> </div>",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "nodemon app.js"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "nodemon": "^3.0.2"
  15. }
  16. }