{
  "name": "wio-typed",
  "version": "1.0.6",
  "description": "Typed.js extention for webflow",
  "main": "build/index.js",
  "repository": "https://github.com/workshore/wio-typed.git",
  "author": "Virat Patel <21.virat@gmail.com>",
  "license": "MIT",
  "private": false,
  "scripts": {
    "dev": "nodemon --watch 'src/**' --ext 'ts,json' --exec 'yarn build'",
    "build": "tsc && rollup -c rollup.config.js"
  },
  "devDependencies": {
    "@open-wc/building-rollup": "^2.0.1",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^21.0.3",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "deepmerge": "^4.2.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.70.1",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "typed.js": "^2.0.12"
  }
}
