{
  "name": "@almaclaine/npm-utils",
  "version": "0.0.18",
  "description": "Set of utilities for working with npm and npm packages.",
  "main": "dist/index.bundle.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "tslint --fix './src/**/*.ts'",
    "test": "npx jest",
    "clean:build": "npm run clean",
    "clean": "npx rimraf dist",
    "rollup": "rollup -c ./rollup.config.js",
    "build": "npm run test && npm run clean && npm run compile && npm run rollup",
    "compile": "tsc --outDir dist --project tsconfig.build.json",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ALMaclaine/almaclaine-package-mono-repo.git"
  },
  "files": [
    "dist",
    "templates",
    "cleanup.js"
  ],
  "keywords": [
    "Npm",
    "Utilities",
    "Packages"
  ],
  "author": "Alessandro MacLaine",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ALMaclaine/almaclaine-package-mono-repo/issues"
  },
  "homepage": "https://github.com/ALMaclaine/almaclaine-package-mono-repo#readme",
  "dependencies": {
    "@almaclaine/fs-utils": "^0.0.9",
    "degit": "^2.8.4",
    "readline-promise": "^1.0.5",
    "validate-npm-package-name": "^3.0.0"
  },
  "devDependencies": {
    "@almaclaine/rollup-config": "^0.0.8",
    "@almaclaine/ts-config": "^0.1.3",
    "@types/jest": "^26.0.22",
    "@types/node": "^14.14.41",
    "esm": "^3.2.25",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.5",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "gitHead": "1853118f3282a35a2bf1e636843ae248f2ef47f8"
}
