{
  "name": "@reallyland/really-code-configurator",
  "version": "0.6.0",
  "description": "Configure and generate code snippet for custom element",
  "keywords": [
    "code-configurator",
    "code-snippet",
    "demo",
    "lit-element",
    "lit-html",
    "polymer",
    "really",
    "really-code-configurator",
    "typescript",
    "web-components"
  ],
  "homepage": "https://github.com/reallyland/really-code-configurator",
  "repository": {
    "type": "git",
    "url": "git@github.com:reallyland/really-code-configurator.git"
  },
  "license": "MIT",
  "author": {
    "name": "Rong Sen Ng (motss)",
    "email": "wes.ngrongsen@gmail.com",
    "url": "https://github.com/motss"
  },
  "files": [
    "dist/*.d.ts.map",
    "dist/*.d.ts",
    "dist/*.js.map",
    "dist/*.js"
  ],
  "main": "./dist/really-code-configurator.js",
  "module": "./dist/really-code-configurator.js",
  "typings": "./dist/really-code-configurator.d.ts",
  "scripts": {
    "build": "npm run ts -- -p tsconfig.prod.json",
    "clean": "shx rm -rf dist/",
    "lint": "tslint --project tsconfig.json --config tslint.prod.json --format stylish",
    "lint:debug": "tslint --project tsconfig.json --config tslint.json --format stylish",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "npm run lint && npm run ts && wct --skip-selenium-install --config-file wct.config.json",
    "test:ci": "wct --config-file wct.config.ci.json",
    "test:sl": "wct --config-file wct.config.sl.json",
    "ts": "tsc",
    "watch": "npm run ts -- --watch"
  },
  "dependencies": {
    "@material/mwc-button": "^0.8.0",
    "@types/prismjs": "^1.16.0",
    "lit-element": "^2.2.1",
    "lit-html": "^1.1.2",
    "prismjs": "^1.17.1"
  },
  "devDependencies": {
    "@reallyland/tsconfig": "^1.0.0",
    "@reallyland/tslint-config": "^1.1.1",
    "@types/chai": "^4.2.1",
    "@types/mocha": "^5.2.7",
    "@webcomponents/webcomponentsjs": "^2.2.7",
    "chai": "^4.2.0",
    "mocha": "^6.2.0",
    "shx": "^0.3.2",
    "tslint": "^5.19.0",
    "typescript": "^3.6.2",
    "wct-mocha": "^1.0.1"
  },
  "engines": {
    "node": ">= 8.16.0",
    "npm": ">= 6.4.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
