mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
33 lines
817 B
JSON
33 lines
817 B
JSON
{
|
|
"private": true,
|
|
"name": "@definitelytyped/utils",
|
|
"version": "1.0.0",
|
|
"description": "> TODO: description",
|
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped-tools#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped-tools.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped-tools/issues"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|