{
  "name": "meta-function-helper",
  "version": "0.2.3",
  "description": "A helper to validate your configurations while developing a custom function or package for Meta-System",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build-run": "npx tsc && node ./dist/src/bin/validate-repo.js",
    "build-run-package": "npx tsc && node ./dist/src/bin/validate-package.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapikit/meta-function-helper.git"
  },
  "bin": {
    "meta-function-check": "./dist/src/bin/validate-repo.js",
    "meta-package-check": "./dist/src/bin/validate-package.js"
  },
  "author": "mapikit",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/mapikit/meta-function-helper/issues"
  },
  "homepage": "https://github.com/mapikit/meta-function-helper",
  "dependencies": {
    "chalk": "^4.1.0",
    "semver": "^7.3.4"
  },
  "devDependencies": {
    "@types/node": "^14.14.25",
    "@types/semver": "^7.3.4",
    "typescript": "^4.3.5"
  }
}
