{
  "name": "dcl-scripting",
  "version": "2.5.0",
  "description": "",
  "main": "lib/client/index.js",
  "typings": "lib/client/index.d.ts",
  "scripts": {
    "build:cli": "tsc -p bin/tsconfig.json && chmod +x bin/*.js",
    "watch": "npm run build:cli && ./bin/compile.js compiler.cfg.json --watch",
    "build": "npm run build:cli && ./bin/compile.js compiler.cfg.json",
    "test": "npm run build && node ./bin/test.js && nyc report --temp-directory ./test/out --reporter=html --reporter=lcov --reporter=text",
    "test:local": "npm run build && (npm run watch & node ./bin/test.js --keep-open)",
    "lint:fix": "tslint --project tsconfig.json --fix",
    "lint": "tslint --project tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decentraland/script.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/decentraland/script/issues"
  },
  "bin": "./bin/compile.js",
  "homepage": "https://github.com/decentraland/script#readme",
  "devDependencies": {
    "@types/express": "^4.11.1",
    "@types/glob": "^5.0.34",
    "@types/mocha": "^5.0.0",
    "@types/rimraf": "^2.0.2",
    "@types/webpack": "^4.1.3",
    "@types/ws": "^4.0.2",
    "assert": "^1.4.1",
    "dcl-tslint-config-standard": "^1.0.1",
    "express": "^4.16.3",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0",
    "titere": "^1.0.2",
    "traceur": "0.0.111",
    "tslint": "^5.9.1",
    "tslint-language-service": "^0.9.9",
    "ws": "^4.1.0"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true,
    "printWidth": 120
  },
  "dependencies": {
    "@types/msgpack-lite": "^0.1.6",
    "awesome-typescript-loader": "^5.0.0",
    "glob": "^7.1.2",
    "istanbul-instrumenter-loader": "^3.0.1",
    "msgpack-lite": "^0.1.26",
    "raw-loader": "^0.5.1",
    "rimraf": "^2.6.2",
    "typescript": "^2.8.1",
    "url-loader": "^1.0.1",
    "webpack": "^4.5.0"
  }
}
