UNPKG

uscc-utils

Version:

Utils about unified social credit code | 统一社会信用代码工具方法

71 lines 1.77 kB
{ "name": "uscc-utils", "version": "0.8.0", "description": "Utils about unified social credit code | 统一社会信用代码工具方法", "keywords": [ "parse", "unified social credit code", "unified social credit identifier", "uscc", "usci", "validate", "校验", "统一社会信用代码", "解析" ], "homepage": "https://github.com/ntnyq/uscc-utils#readme", "bugs": { "url": "https://github.com/ntnyq/uscc-utils/issues" }, "license": "MIT", "author": { "name": "ntnyq", "email": "ntnyq13@gmail.com" }, "repository": "ntnyq/uscc-utils", "files": [ "dist" ], "type": "module", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "devDependencies": { "@ntnyq/tsconfig": "^3.1.0", "@types/node": "^25.7.0", "@typescript/native-preview": "^7.0.0-dev.20260512.1", "bumpp": "^11.1.0", "husky": "^9.1.7", "nano-staged": "^1.0.2", "npm-run-all2": "^8.0.4", "oxfmt": "^0.49.0", "oxlint": "^1.64.0", "oxlint-tsgolint": "^0.22.1", "tsdown": "^0.22.0", "typescript": "^6.0.3", "vitest": "^4.1.6" }, "nano-staged": { "*.{js,ts,mjs,tsx}": "oxlint --fix", "*": "oxfmt --no-error-on-unmatched-pattern" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "format": "oxfmt", "format:check": "oxfmt --check", "lint": "oxlint", "release": "run-s release:check release:version", "release:check": "run-s lint typecheck build", "release:version": "bumpp", "test": "vitest", "typecheck": "tsgo --noEmit" } }