mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@definitelytyped/utils",
|
|
"version": "0.0.66-next.3",
|
|
"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": "git+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.66-next.3",
|
|
"@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.4"
|
|
},
|
|
"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"
|
|
}
|
|
}
|