{ "name": "@definitelytyped/utils", "version": "0.0.156-next.0", "description": "Shared utilities for DefinitelyTyped tools", "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/utils#readme", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/DefinitelyTyped-tools.git", "directory": "packages/utils" }, "scripts": { "build": "tsc -b", "test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/utils" }, "bugs": { "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues" }, "dependencies": { "@definitelytyped/typescript-versions": "^0.0.155", "@qiwi/npm-registry-client": "^8.9.1", "@types/node": "^14.14.35", "charm": "^1.0.2", "fs-extra": "^8.1.0", "fstream": "^1.0.12", "tar": "^6.1.11", "tar-stream": "^2.1.4" }, "devDependencies": { "@types/charm": "^1.0.1", "@types/fs-extra": "^8.1.0", "@types/tar-stream": "^2.1.0" }, "publishConfig": { "access": "public" } }