UNPKG

@dev-build-deploy/comment-it

Version:
56 lines (55 loc) 1.41 kB
{ "name": "@dev-build-deploy/comment-it", "version": "2.1.2", "description": "Source File Comment Management Library", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "tsc --project tsconfig.publish.json", "test": "jest --coverage", "lint": "eslint src/**/*.ts", "format": "prettier --write **/*.ts && prettier --write **/*.ts" }, "author": "Kevin de Jong", "license": "MIT", "keywords": [ "Comments" ], "repository": { "type": "git", "url": "git+https://github.com/dev-build-deploy/comment-it.git" }, "bugs": { "url": "https://github.com/dev-build-deploy/comment-it/issues" }, "homepage": "https://github.com/dev-build-deploy/comment-it#readme", "devDependencies": { "@eslint/compat": "^1", "@eslint/eslintrc": "^3", "@eslint/js": "^9", "@tsconfig/node20": "^20", "@types/jest": "^29", "@types/micromatch": "4.0.8", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "eslint": "^9", "eslint-import-resolver-typescript": "^4", "eslint-plugin-import": "^2", "eslint-plugin-jest": "^28", "globals": "^16", "jest": "^29", "prettier": "^3", "ts-jest": "^29", "typescript": "^5" }, "dependencies": { "micromatch": "4.0.8" }, "engines": { "node": ">=20" }, "files": [ "lib/*" ] }