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.

package.json 267B

123456789101112131415
  1. {
  2. "name": "nodejs",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "ISC",
  11. "description": "",
  12. "dependencies": {
  13. "axios": "^1.9.0"
  14. }
  15. }