package.json 296 B

12345678910111213141516
  1. {
  2. "name": "zxyj",
  3. "version": "1.0.0",
  4. "description": "## 项目简介",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs",
  8. "test": "tests"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC"
  16. }