選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.0KB

123456789101112131415161718192021222324252627282930313233343536
  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.org.in/chess/bbhverse",
  18. "serververse": "git+http://git.bbh.org.in/chess/bbhverse",
  19. "chalk": "^4.1.0",
  20. "crossfilter2": "^1.5.4",
  21. "glob": "^7.1.2",
  22. "global-this": "git+http://git.bbh.org.in/chess/global-this",
  23. "moment": "^2.27.0",
  24. "rollup": "^2.77.0",
  25. "tree-kill": "^1.2.2",
  26. "uuid": "^8.3.2"
  27. },
  28. "bin": {
  29. "elxr": "bin/elxr"
  30. },
  31. "devDependencies": {
  32. "@rollup/plugin-commonjs": "^17.1.0",
  33. "@rollup/plugin-node-resolve": "^11.2.0",
  34. "rollup-plugin-version-injector": "^1.3.2"
  35. }
  36. }