mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
37 lines
969 B
JSON
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"
|
|
}
|
|
}
|