| 123456789101112131415 |
- {
- "name": "test-npm",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.20.0",
- "commander": "^11.0.0"
- }
- }
|