types-pkg-json
Version:
Type checking for package.json
56 lines • 1.13 kB
JSON
{
"name": "types-pkg-json",
"version": "1.2.1",
"description": "Type checking for package.json",
"license": "MIT",
"author": {
"name": "Connor White",
"email": "connor.bcw@gmail.com",
"url": "https://connorwhite.org"
},
"homepage": "https://connorwhite.org/github/types-pkg-json",
"repository": {
"type": "git",
"url": "git+https://github.com/bconnorwhite/types-pkg-json.git"
},
"keywords": [
"type",
"types",
"package",
"json",
"fields",
"typescript",
"ts",
"object",
"file"
],
"files": [
"build"
],
"main": "./build/index.js",
"scripts": {
"build": "bob build",
"commit": "bob commit",
"lint": "bob lint",
"release": "bob publish",
"test": "bob test"
},
"dependencies": {
"types-eslintrc": "^1.0.3",
"types-json": "^1.2.2"
},
"devDependencies": {
"@bconnorwhite/bob": "^2.9.2"
},
"eslintConfig": {
"extends": "eslint-config-bob"
},
"husky": {
"hooks": {
"commit-msg": "bob lint commit"
}
},
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-bob"
}
}