{
  "name": "ziron-engine",
  "description": "The Ziron typescript engine.",
  "version": "2.4.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "https://github.com/ZironServer/ziron-ts-engine.git"
  },
  "author": {
    "name": "Ing. Luca Gian Scaringella",
    "email": "lucacode1@gmail.com"
  },
  "files": [
    "dist/**/*",
    "!.DS_Store"
  ],
  "devDependencies": {
    "typescript": "^3.7.5",
    "gulp": "4.0.2",
    "gulp-optimize-js": "1.1.0",
    "gulp-terser": "1.2.0",
    "gulp-typescript": "^5.0.1",
    "del": "^5.1.0",
    "nyc": "^15.1.0",
    "ts-node": "^8.0.3",
    "mocha": "7.0.1",
    "@types/mocha": "^7.0.2",
    "chai": "^4.2.0",
    "@types/chai": "^4.2.11",
    "chai-as-promised": "^7.1.1",
    "@types/chai-as-promised": "^7.1.4",
    "uglify-js": "^3.10.0",
    "@types/node": "^14.0.20"
  },
  "scripts": {
    "build": "gulp build",
    "prepublishOnly": "npm run build",
    "test": "nyc --reporter=html --reporter=text mocha --exit -r ts-node/register test/**/*.ts"
  },
  "keywords": [
    "ziron",
    "protocol",
    "transport",
    "core",
    "fast",
    "lightway"
  ]
}
