{
  "type": "module",
  "name": "test",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "dev": "../bin/compile.js ./bricks ./dist --watch",
    "build": "../bin/compile.js ./bricks ./dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@polight/lego": "^1.9.0",
    "@polight/store": "^0.1.2"
  }
}
