UNPKG

smh-ajv-utils

Version:
62 lines (61 loc) 1.62 kB
{ "name": "smh-ajv-utils", "version": "0.0.8", "description": "AJV additional Keywords and Formats", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "npx eslint .", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "https://github.com/smuniharish/smh-ajv-utils.git" }, "bugs": { "url": "https://github.com/smuniharish/smh-ajv-utils.git/issues" }, "homepage": "https://github.com/smuniharish/smh-ajv-utils.git#readme", "keywords": [ "smh-ajv-utils", "ajv", "utils", "ajv-formats", "ajv-keywords", "formats", "keywords" ], "author": "S MUNI HARISH (smuniharish) <samamuniharish@gmail.com> (https://github.com/smuniharish/)", "license": "MIT", "devDependencies": { "@babel/parser": "^7.26.3", "@types/jest": "^29.5.14", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "eslint": "^8.57.1", "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.7.2" }, "files": [ "lib/**/*" ], "publishConfig": { "access": "public" }, "dependencies": { "ajv": "^8.17.1", "uuid": "^11.0.3" } }