{
  "name": "bs-rebel",
  "version": "0.2.3",
  "description": "A toolkit for collections for bsb-native and bsb aimed at bundle size and performance",
  "main": "lib/js/src/Rebel.js",
  "module": "src/Rebel.js",
  "files": [
    "bsconfig.json",
    "src",
    "lib/js"
  ],
  "scripts": {
    "clean": "bsb -clean-world",
    "build": "bsb -make-world",
    "watch": "bsb -make-world -w",
    "prepublishOnly": "run-p build"
  },
  "license": "MIT",
  "peerDependencies": {
    "bs-platform": ">=2.2.0"
  },
  "devDependencies": {
    "bs-platform": "^4.0.18",
    "npm-run-all": "^4.1.5"
  }
}
