{
  "name": "npmtest2020_1234",
  "version": "1.0.2",
  "description": "这是我的第一个npm包",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["第一个", "npm包"],
  "author": "Peter",
  "license": "ISC"
}
