Files
DefinitelyTyped-tools/packages/utils/package.json
TypeScript Bot 88172254de v0.0.23-next.0
2020-04-14 21:54:12 +00:00

40 lines
1.0 KiB
JSON

{
"name": "@definitelytyped/utils",
"version": "0.0.23-next.0",
"description": "Shared utilities for DefinitelyTyped tools",
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/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/DefinitelyTyped/tools/issues"
},
"dependencies": {
"@types/node": "^12.12.29",
"charm": "^1.0.2",
"fs-extra": "^8.1.0",
"fstream": "^1.0.12",
"npm-registry-client": "^8.6.0",
"tar": "^2.2.2",
"tar-stream": "^2.1.0"
},
"devDependencies": {
"@types/charm": "^1.0.1",
"@types/fs-extra": "^8.1.0",
"@types/tar": "^4.0.3",
"@types/tar-stream": "^2.1.0"
},
"publishConfig": {
"access": "public"
}
}