UNPKG

naming-conventions-modeler

Version:
60 lines (59 loc) 1.75 kB
{ "name": "naming-conventions-modeler", "version": "1.4.6", "description": "Naming Conventions Modeler", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "debug": "jest --watch", "prebuild": "rimraf dist", "build": "tsc -p ./tsconfig.json", "doc": "rimraf docs && typedoc --out docs src/", "lint": "eslint . '*/**/*.{js,ts}' --quiet --fix", "format": "prettier --write \"(src|test)/**/*.(ts|js)\"", "test": "jest && make-coverage-badge --report-path docs/coverage/coverage-summary.json --output-path coverage-badge.svg" }, "repository": { "type": "git", "url": "git+https://github.com/vhidvz/naming-conventions-modeler.git" }, "author": "Vahid V.", "license": "MIT", "bugs": { "url": "https://github.com/vhidvz/naming-conventions-modeler/issues" }, "keywords": [ "modeler", "naming-conventions" ], "homepage": "https://github.com/vhidvz/naming-conventions-modeler#readme", "devDependencies": { "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.16.0", "@types/jest": "^29.5.14", "@types/node": "^22.10.1", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.17.0", "dotenv": "^16.4.7", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "jshint": "^2.13.6", "make-coverage-badge": "^1.2.0", "prettier": "^3.4.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typedoc": "^0.27.4", "typescript": "^5.7.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "/dist" ] }