{
  "name": "@web-native-js/reflex",
  "title": "Reflex",
  "description": "Reflex is a reactivity library.",
  "keywords": [
    "Reactive",
    "Reflex",
    "modules",
    "stdlib",
    "util"
  ],
  "homepage": "https://www.web-native.dev",
  "icon": "https://www.web-native.dev/icon.svg",
  "author": {
    "name": "Oxford Harrison",
    "email": "oxharriscreative@gmail.com"
  },
  "version": "0.0.5",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-native/reflex.git"
  },
  "main": "src/index.js",
  "scripts": {
    "test": "node ./tests/index.js",
    "build-prod": "webpack --config ../webpack.config.prod.js",
    "build": "webpack --config ../webpack.config.js",
    "watch": "webpack --watch"
  },
  "dependencies": {
    "@web-native-js/commons": "^0.0.3"
  },
  "-dependencies": {
    "@web-native-js/commons": "0.0.5"
  },
  "devDependencies": {
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11"
  },
  "bugs": {
    "url": "https://github.com/web-native/reflex/issues"
  }
}
