DefinitelyTyped/package.json
Nathan Shively-Sanders f5eab352de
Update update-codeowners.js: switch to @definitelytyped (#45805)
* Update update-codeowners.js: switch to @definitelytyped

I forgot to update this when the rest of DT switch from types-publisher
to @definitelytyped.

* move new deps to devDeps

* remove extraneous comma

* Restrict workflow to DefinitelyTyped/DefinitelyTyped
2020-07-07 13:50:09 -07:00

41 lines
1.3 KiB
JSON

{
"private": true,
"name": "definitely-typed",
"version": "0.0.3",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"engines": {
"node": ">=7.8.0"
},
"scripts": {
"compile-scripts": "tsc -p scripts",
"not-needed": "node scripts/not-needed.js",
"update-codeowners": "node scripts/update-codeowners.js",
"test": "node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path .",
"lint": "dtslint types",
"prettier": "prettier"
},
"devDependencies": {
"@definitelytyped/dtslint-runner": "latest",
"@definitelytyped/definitions-parser": "latest",
"@definitelytyped/utils": "latest",
"danger": "^10.1.1",
"dtslint": "latest",
"prettier": "^2.0.2",
"typescript": "next"
},
"husky": {
"hooks": {
"_comment": "This will remove husky from when we started migrating to use prettier",
"pre-commit": "npm uninstall husky"
}
}
}