{
  "name": "@connectv/html",
  "version": "0.2.6",
  "description": "fast and explicit reactive frontends",
  "main": "dist/es5/index.js",
  "module": "dist/es6/index.js",
  "types": "dist/es6/index.d.ts",
  "scripts": {
    "start": "webpack-dev-server --config ./conf/webpack/dev.conf.ts",
    "watch": "webpack --config ./conf/webpack/dev.conf.ts --watch",
    "test": "ts-node --files --project conf/typescript/test.json test.ts",
    "build-es5": "tsc -p conf/typescript/es5.json && cp -rf ./src/typings dist/es5 && rm -fr dist/es5/typings/index.ts",
    "build-es6": "tsc -p conf/typescript/es6.json && cp -rf ./src/typings dist/es6 && rm -fr dist/es6/typings/index.ts",
    "build": "npm run build-es5 && npm run build-es6"
  },
  "files": [
    "dist/es6",
    "dist/es5"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CONNECT-platform/connective-html.git"
  },
  "author": "Eugene Ghanizadeh Khoub <ghanizadeh.eugene@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CONNECT-platform/connective-html/issues"
  },
  "homepage": "https://github.com/CONNECT-platform/connective-html#readme",
  "devDependencies": {
    "@babel/core": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "@types/chai": "^4.2.6",
    "@types/jsdom-global": "^3.0.1",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.7.4",
    "@types/webpack": "^4.39.1",
    "chai": "^4.2.0",
    "html-webpack-plugin": "^3.2.0",
    "jsdom": "^15.2.1",
    "jsdom-global": "^3.0.2",
    "jss": "^10.0.0",
    "jss-preset-default": "^10.0.0",
    "mocha": "^6.2.2",
    "ts-loader": "^6.0.4",
    "ts-node": "^8.3.0",
    "typescript": "^3.6.2",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.3.7",
    "webpack-dev-server": "^3.8.0",
    "webpack-merge": "^4.2.2"
  },
  "dependencies": {
    "@connectv/core": "^0.2.7"
  }
}
