package.json 192 B

12345678910
  1. {
  2. "name": "abc",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo-hello git \"Error: no test specified\" && exit 1"
  8. },
  9. "private": true
  10. }