package.json 893 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "eba-vademecum",
  3. "version": "1.0.0",
  4. "description": "Auto-generated pdf based on a HTML file and ReactJS",
  5. "main": "babel.config.js",
  6. "directories": {
  7. "lib": "lib"
  8. },
  9. "dependencies": {
  10. "@babel/polyfill": "^7.4.4",
  11. "@babel/preset-react": "^7.0.0",
  12. "puppeteer": "^1.15.0",
  13. "puppeteer-core": "^1.15.0"
  14. },
  15. "devDependencies": {
  16. "@babel/cli": "^7.4.4",
  17. "@babel/core": "^7.4.4",
  18. "@babel/preset-env": "^7.4.4",
  19. "@babel/preset-es2015": "^7.0.0-beta.53"
  20. },
  21. "scripts": {
  22. "start": "./node_modules/.bin/babel js/vademecum.js --watch --out-file lib/vademecum.js",
  23. "build": "./node_modules/.bin/babel js/vademecum.js --out-dir lib",
  24. "pdf": "npm run build && node example.js"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "ssh://git@gogs.labs/tati/eba-vademecum.git"
  29. },
  30. "author": "Tatiana Inama",
  31. "license": "ISC"
  32. }