You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "elxr",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build-commented": "rollup index.js --format cjs --file elxr.js",
  9. "build": "rollup -c",
  10. "index": "SET FORCE_COLOR=true && node index"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "bbhverse": "git+http://git.bbh/chess/bbhverse",
  17. "global-this": "git+http://git.bbh/chess/global-this",
  18. "moment": "^2.27.0",
  19. "crossfilter2": "^1.5.4",
  20. "chalk": "^4.1.0",
  21. "glob": "^7.1.2",
  22. "tree-kill": "^1.2.2"
  23. },
  24. "bin": {
  25. "elxr": "bin/elxr"
  26. },
  27. "devDependencies": {
  28. "@rollup/plugin-commonjs": "^17.1.0",
  29. "@rollup/plugin-node-resolve": "^11.2.0",
  30. "rollup-plugin-version-injector": "^1.3.2"
  31. }
  32. }