package.json 394 B

12345678910111213141516171819
  1. {
  2. "name": "editor",
  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. "dependencies": {
  12. "anywhere": "^1.6.0",
  13. "chokidar": "^2.0.2",
  14. "fs-extra": "^5.0.0",
  15. "json-beautifully": "^1.0.3",
  16. "node-xlsx": "^0.11.2",
  17. "uglify-js": "^3.3.14"
  18. }
  19. }