{
  "name": "licence",
  "version": "1.0.6",
  "description": "A library to list and retrieve open source license texts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "git": "read -p 'Enter commit message: ' msg && git add . && git commit -m \"$msg\" && git push origin main"
  },
  "keywords": [
    "license",
    "open-source",
    "licenses",
    "mit",
    "apache"
  ],
  "author": "Your Name",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "typescript": "^4.7.0"
  },
  "files": [
    "dist/**/*",
    "licenses/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitee.com/nodets/licence.git"
  },
  "dependencies": {
  }
}
