{
  "name": "rpscript-interface",
  "version": "0.6.2",
  "description": "RPScript interface for module implementation",
  "keywords": [
    "api",
    "rpa",
    "rpscript"
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "Apache-2.0",
  "author": "James Chong",
  "repository": {
    "type": "git",
    "url": "https://github.com/wei3hua2/rpscript-interface.git"
  },
  "scripts": {
    "watch": "webpack --watch",
    "build": "rm -rf build/ && webpack --display-modules",
    "test": "npm run build && mocha -r ts-node/register test/**.ts"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/configstore": "^2.1.1",
    "@types/node": "^10.3.5",
    "@types/ramda": "^0.25.32",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "ramda": "^0.25.0",
    "configstore": "^3.1.2",
    "get-parameter-names": "^0.3.0",
    "ts-loader": "^4.4.2",
    "ts-node": "^6.0.5",
    "typescript": "^2.8.3",
    "webpack": "^4.16.0",
    "webpack-cli": "^3.0.8"
  }
}
