|
1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "elxr",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build-elxr": "rollup index.js --format cjs --file elxr.js",
- "build": "rollup -c && rollup index.js --format cjs --file elxr.js",
- "index": "SET FORCE_COLOR=true&& node index",
- "index_linux": "FORCE_COLOR=true node index"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "bbhverse": "git+http://git.bbh/chess/bbhverse",
- "chalk": "^4.1.0",
- "crossfilter2": "^1.5.4",
- "glob": "^7.1.2",
- "global-this": "git+http://git.bbh/chess/global-this",
- "moment": "^2.27.0",
- "rollup": "^2.77.0",
- "tree-kill": "^1.2.2",
- "uuid": "^8.3.2"
- },
- "bin": {
- "elxr": "bin/elxr"
- },
- "devDependencies": {
- "@rollup/plugin-commonjs": "^17.1.0",
- "@rollup/plugin-node-resolve": "^11.2.0",
- "rollup-plugin-version-injector": "^1.3.2"
- }
- }
|