555
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 894B

123456789101112131415161718192021222324252627282930313233
  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. },
  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. "uuid": "^8.3.2",
  23. "tree-kill": "^1.2.2"
  24. },
  25. "bin": {
  26. "elxr": "bin/elxr"
  27. },
  28. "devDependencies": {
  29. "@rollup/plugin-commonjs": "^17.1.0",
  30. "@rollup/plugin-node-resolve": "^11.2.0",
  31. "rollup-plugin-version-injector": "^1.3.2"
  32. }
  33. }