{
  "name": "typed-ice",
  "version": "3.7.10",
  "author": "Daniel Lytkin <dan.lytkin@gmail.com>",
  "description": "TypeScript definitions for ZeroC ICE",
  "keywords": [
    "Ice",
    "TypeScript",
    "typings"
  ],
  "license": "GPL-2.0",
  "repository": "aikoven/typed-ice",
  "typings": "./src/index.d.ts",
  "files": [
    "src"
  ],
  "scripts": {
    "test": "tsc --noEmit -p tsconfig.json",
    "lint": "tslint -c tslint.json -e \"node_modules/**/*.ts\" \"**/*.ts\"",
    "generate": "slice2ts -e \"**/Communicator.ice\" -e \"**/Logger.ice\" -e \"**/Properties.ice\" -e \"**/Instrumentation.ice\" -e \"**/Plugin.ice\" -i \"Ice::Connection\" -i \"Ice::ObjectAdapter\" --root-dir node_modules/slice2js/ice/slice -o src --no-js --ice-imports \"node_modules/slice2js/ice/slice/{Ice,Glacier2,IceGrid,IceStorm,IceSSL}/*.ice\"",
    "prepare": "npm run lint && npm run generate && npm run test"
  },
  "devDependencies": {
    "slice2js": "~3.7.0",
    "slice2ts": "^0.1.9",
    "tslint": "^5.8.0",
    "tslint-config-prettier": "^1.6.0",
    "typescript": "^2.6.1"
  }
}
