зеркало из https://github.com/docker/node-sdk.git
55 строки
1.4 KiB
JSON
55 строки
1.4 KiB
JSON
{
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"start": "rollup -w -c",
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"lint": "eslint src --ext .ts",
|
|
"download-protos": "ts-node scripts/download-protos.ts",
|
|
"download-cli": "ts-node scripts/download-cli.ts",
|
|
"copy": "cp -f package.json README.md src",
|
|
"example": "ts-node"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 80,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
},
|
|
"name": "@docker/sdk",
|
|
"author": "Docker Inc.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.2",
|
|
"@babel/preset-env": "^7.10.2",
|
|
"@babel/preset-typescript": "^7.10.1",
|
|
"@octokit/request": "^5.4.5",
|
|
"@octokit/rest": "^18.0.0",
|
|
"@types/google-protobuf": "^3.7.2",
|
|
"@types/node": "^14.0.13",
|
|
"@typescript-eslint/eslint-plugin": "^3.1.0",
|
|
"@typescript-eslint/parser": "^3.1.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",
|
|
"ts-node": "^8.10.2",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.0.5",
|
|
"google-auth-library": "^6.0.6",
|
|
"google-protobuf": "^3.12.2",
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|