Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "name": "rectangles-1",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "NODE_ENV=production babel src --out-dir dist",
  9. "prepublishOnly": "npm run build"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "files": [
  14. "dist"
  15. ],
  16. "devDependencies": {
  17. "@babel/cli": "^7.2.3",
  18. "@babel/core": "^7.3.3",
  19. "@babel/node": "^7.2.2",
  20. "@babel/preset-env": "^7.3.1",
  21. "babel-eslint": "^10.0.1",
  22. "eslint": "^5.14.1",
  23. "eslint-config-airbnb-base": "^13.1.0",
  24. "eslint-plugin-import": "^2.16.0"
  25. },
  26. "dependencies": {
  27. "hexlet-pairs": "^1.0.8",
  28. "hexlet-points": "^1.0.7"
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement