package.json 248 B

123456789101112
  1. {
  2. "name": "sys-config",
  3. "version": "1.0.0",
  4. "description": "配置",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "cxy <chengxiangyang2012@hotmail.com>",
  10. "license": "ISC"
  11. }