{
  "name": "timeweb",
  "version": "0.3.2",
  "description": "Overwrite time in browser",
  "repository": {
    "type": "git",
    "url": "https://github.com/tungs/timeweb.git"
  },
  "author": {
    "name": "Steve Tung"
  },
  "main": "src/index.js",
  "browser": "dist/timeweb.js",
  "files": [
    "dist/",
    "src/"
  ],
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "lint": "eslint *.js './src/**/*.js' './test/**/*.js'",
    "test": "mocha --colors test/init.js './test/{!(pages)/**,}/*.js'"
  },
  "license": "BSD-3-Clause",
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "rollup-plugin-terser": "7.0.2",
    "eslint": "^6.8.0",
    "chai": "^4.3.6",
    "mocha": "^9.2.0",
    "playwright": "^1.18.1",
    "rollup": "^2.66.0"
  }
}
