@auto-it/package-json-utils
Version:
Shared utilities for parsing information from a package.json
52 lines (51 loc) • 1.09 kB
JSON
{
"name": "@auto-it/package-json-utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Shared utilities for parsing information from a package.json",
"version": "11.3.0",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
"email": "lisowski54@gmail.com"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/intuit/auto"
},
"files": [
"dist"
],
"engines": {
"node": ">=10.x"
},
"keywords": [
"automation",
"semantic",
"release",
"github",
"labels",
"automated",
"continuos integration",
"changelog",
"cli"
],
"scripts": {
"build": "tsc -b",
"start": "npm run build -- -w",
"lint": "eslint src --ext .ts",
"test": "jest --maxWorkers=2"
},
"dependencies": {
"parse-author": "^2.0.0",
"parse-github-url": "1.0.2"
},
"devDependencies": {
"@types/parse-github-url": "1.0.0"
},
"gitHead": "c6961698ab27ac61b1a0f44a9e20785d5ae11e88"
}