Files
DefinitelyTyped-tools/packages/utils/package.json
Andrew Branch cdc63cc6e8 WIP
2020-03-04 10:55:43 -08:00

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"
}
}