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.

package.json 969B

1234567891011121314151617181920212223242526272829303132333435
  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-elxr": "rollup index.js --format cjs --file elxr.js",
  9. "build": "rollup -c && rollup index.js --format cjs --file elxr.js",
  10. "index": "SET FORCE_COLOR=true && node index",
  11. "index_linux": "FORCE_COLOR=true node index"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "bbhverse": "git+http://git.bbh/chess/bbhverse",
  18. "chalk": "^4.1.0",
  19. "crossfilter2": "^1.5.4",
  20. "glob": "^7.1.2",
  21. "global-this": "git+http://git.bbh/chess/global-this",
  22. "moment": "^2.27.0",
  23. "rollup": "^2.77.0",
  24. "tree-kill": "^1.2.2",
  25. "uuid": "^8.3.2"
  26. },
  27. "bin": {
  28. "elxr": "bin/elxr"
  29. },
  30. "devDependencies": {
  31. "@rollup/plugin-commonjs": "^17.1.0",
  32. "@rollup/plugin-node-resolve": "^11.2.0",
  33. "rollup-plugin-version-injector": "^1.3.2"
  34. }
  35. }