package.json 244 B

123456789101112
  1. {
  2. "name": "dir-function",
  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": "",
  10. "license": "ISC"
  11. }