{
  "name": "ts-dde",
  "version": "1.0.5",
  "description": "Dynamic Data Exchange (DDE) 通信组件",
  "license": "GPL-3.0",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "bdd": "yarn jest --watch --onlyChanged",
    "build:prod": "yarn build:preprocess && yarn tsc:app",
    "build:preprocess": "rimraf dist",
    "ci:build-check": "yarn run tsc:app --noEmit",
    "format": "yarn format:ts && yarn format:md",
    "format:md": "prettier --config .prettierrc --write \"./README*.md\" --parser markdown",
    "format:ts": "yarn format:ts:import && prettier --config .prettierrc --write \"src/**/*.ts\"",
    "format:ts:import": "import-sort --write \"src/**/*.ts\"",
    "jest": "jest -c jest.config.js",
    "lint": "yarn lint:ts",
    "lint:ts": "tslint -p tsconfig.json -c tslint.json",
    "prepublishOnly": "yarn build:prod",
    "test": "yarn jest --runInBand",
    "test:server": "ts-node -r tsconfig-paths/register test/server.ts",
    "test:client": "ts-node -r tsconfig-paths/register test/client.ts",
    "test:client:multi": "ts-node -r tsconfig-paths/register test/client.ts",
    "tsc:app": "tsc -p tsconfig.app.json",
    "tsc:dev": "tsc -p tsconfig.dev.json"
  },
  "keywords": [
    "dde",
    "DDE",
    "Dynamic Data Exchange"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/zlq4863947/ts-dde"
  },
  "author": "zlq4863947@gmail.com",
  "bugs": {
    "url": "https://github.com/zlq4863947/ts-dde/issues"
  },
  "homepage": "https://github.com/zlq4863947/ts-dde#readme",
  "dependencies": {
    "edge-js": "^12.3.1"
  },
  "devDependencies": {
    "@types/jest": "^24.0.16",
    "@types/node": "^12.7.1",
    "import-sort": "^6.0.0",
    "import-sort-cli": "^6.0.0",
    "import-sort-parser-typescript": "^6.0.0",
    "import-sort-style-module-alias": "^1.0.4",
    "jest": "^24.8.0",
    "prettier": "^1.18.2",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "tsconfig-paths": "^3.8.0",
    "tslint": "^5.18.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.5.3",
    "vrsource-tslint-rules": "^6.0.0",
    "yarn": "^1.17.3"
  }
}
