UNPKG

rntrc

Version:

Library for decoding and generating Ukrainian taxpayer identification numbers

71 lines (70 loc) 1.78 kB
{ "name": "rntrc", "version": "1.1.0", "description": "Library for decoding and generating Ukrainian taxpayer identification numbers", "keywords": [ "rnokpp", "ipn", "tin", "ukraine", "tax" ], "license": "MIT", "author": { "name": "dnrovs", "url": "https://github.com/dnrovs", "email": "fesuk637@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/dnrovs/rntrc-js" }, "bugs": { "url": "https://github.com/dnrovs/rntrc-js/issues", "email": "fesuk637@gmail.com" }, "homepage": "dnrovs.github.io/rntrc-js", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "browser": "./dist/index.umd.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "browser": "./dist/index.umd.js", "types": "./dist/index.d.ts" } }, "files": [ "dist/", "README.md", "LICENSE" ], "scripts": { "lint": "eslint src/**/*.ts", "prettier": "prettier --check src/**/*.ts", "test": "jest", "docs": "typedoc --plugin typedoc-plugin-rename-defaults --entryPointStrategy expand --includeVersion src/", "build": "rollup -c" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.4", "@types/jest": "^30.0.0", "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-prettier": "^5.5.1", "globals": "^16.3.0", "jest": "^30.0.4", "prettier": "^3.6.2", "rollup": "^4.44.2", "ts-jest": "^29.4.0", "tslib": "^2.8.1", "typedoc": "^0.28.8", "typedoc-plugin-rename-defaults": "^0.7.3", "typescript": "^5.5.3", "typescript-eslint": "^8.35.1" } }