Files
DefinitelyTyped-tools/packages/utils/package.json
2020-03-16 11:00:02 -07:00

37 lines
969 B
JSON

{
"name": "@definitelytyped/utils",
"version": "0.0.16",
"description": "Shared utilities for DefinitelyTyped tools",
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"
},
"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",
"tar-stream": "^2.1.0"
},
"devDependencies": {
"@types/charm": "^1.0.1",
"@types/fs-extra": "^8.1.0",
"@types/tar-stream": "^2.1.0"
}
}