package.json 509 B

12345678910111213141516171819
  1. {
  2. "name": "loader-fs-cache",
  3. "version": "1.0.3",
  4. "description": "A published package of https://github.com/babel/babel-loader/blob/master/src/fs-cache.js",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Ade Viankakrisna Fadlil",
  10. "license": "MIT",
  11. "dependencies": {
  12. "find-cache-dir": "^0.1.1",
  13. "mkdirp": "^0.5.1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/viankakrisna/loader-fs-cache.git"
  18. }
  19. }