{
  "name": "ankarton",
  "version": "0.1.2",
  "description": "Ankama account's creator",
  "main": "dist/Library.js",
  "types": "dist/Library.d.ts",
  "bin": {
    "ankarton": "dist/CommandLine.js"
  },
  "scripts": {
    "start": "ts-node src/CommandLine.ts",
    "node": "node .",
    "test": "mocha --reporter spec --require ts-node/register 'tests/**/*.test.ts' --timeout 300000",
    "lint": "tslint -p . -t stylish",
    "lint:fix": "tslint -p . -t stylish --fix",
    "build": "tsc",
    "prepublishOnly": "yarn lint:fix && yarn test && yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yovanoc/ankarton.git"
  },
  "keywords": [
    "ankarton",
    "typescript"
  ],
  "author": "Christopher Yovanovitch <yovano_c@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yovanoc/ankarton/issues"
  },
  "homepage": "https://github.com/yovanoc/ankarton#readme",
  "devDependencies": {
    "@types/chai": "^4.0.10",
    "@types/mocha": "^2.2.44",
    "@types/node": "^8.5.1",
    "@types/winston": "^2.3.7",
    "chai": "^4.1.2",
    "mocha": "^4.0.1",
    "ts-node": "^4.0.1",
    "tslint": "^5.8.0",
    "typescript": "^2.6.2"
  },
  "dependencies": {
    "axios": "^0.17.1",
    "axios-proxy-fix": "^0.16.3",
    "curl-request": "^1.1.1",
    "https-proxy-agent": "^2.1.1",
    "mailsac": "^0.0.8",
    "node-libcurl": "^1.3.2",
    "request": "^2.87.0",
    "winston": "^2.4.0",
    "yargs": "^10.0.3"
  }
}
