package.json 481 B

1234567891011121314151617181920
  1. {
  2. "name": "e11y",
  3. "version": "1.0.0",
  4. "description": "unakt blog",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "npx @11ty/eleventy",
  9. "start": "npx @11ty/eleventy --serve",
  10. "deploy": "robocopy _site \\Geofront\\web /MIR /R:3 /W:5"
  11. },
  12. "keywords": [],
  13. "author": "volt",
  14. "license": "ISC",
  15. "type": "commonjs",
  16. "dependencies": {
  17. "@11ty/eleventy": "^3.1.2",
  18. "exif-parser": "^0.1.12"
  19. }
  20. }