{ "version": "0.1.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "rollup -w -c", "build": "rollup -c", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src --ext .ts", "download-protos": "ts-node -O '{\"module\": \"CommonJS\"}' scripts/download-protos.ts", "example": "ts-node -O '{\"module\": \"CommonJS\"}'" }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "@docker/sdk", "author": "Docker Inc.", "module": "dist/mylib.esm.js", "devDependencies": { "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", "@babel/preset-typescript": "^7.10.1", "@rollup/plugin-commonjs": "^13.0.0", "@rollup/plugin-typescript": "^4.1.2", "@types/node": "^14.0.11", "@typescript-eslint/eslint-plugin": "^3.2.0", "@typescript-eslint/parser": "^3.2.0", "eslint": "^7.2.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2", "grpc-tools": "^1.9.0", "grpc_tools_node_protoc_ts": "^4.0.0", "jest": "^26.0.1", "prettier": "^2.0.5", "rollup": "^2.13.1", "rollup-plugin-terser": "^6.1.0", "ts-node": "^8.10.2", "tslib": "^2.0.0", "typescript": "^3.9.5" }, "dependencies": { "@grpc/grpc-js": "^1.0.5", "@grpc/proto-loader": "^0.5.4", "@octokit/rest": "^17.10.0", "google-auth-library": "^6.0.1", "google-protobuf": "^3.12.2", "grpc": "^1.24.3" } }