UNPKG

aptx-validator

Version:

轻量易用的 Node.js + Typescript 参数校验库

65 lines (64 loc) 1.51 kB
{ "name": "aptx-validator", "version": "3.2.0", "description": "轻量易用的 Node.js + Typescript 参数校验库", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "ts-node src/index.ts", "test": "ts-node test/index.ts", "lint": "eslint src/*.ts", "build": "rm -rf dist && tsc -p tsconfig.json" }, "files": [ "dist", "package.json", "package-lock.json", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/Dipper30/aptx-validator.git" }, "keywords": [ "Node.js", "Validator", "Typescript", "Javascript", "参数", "校验" ], "author": "Zijun Zong", "license": "MIT", "bugs": { "url": "https://github.com/Dipper30/aptx-validator/issues" }, "homepage": "https://github.com/Dipper30/aptx-validator#readme", "dependencies": { "aptx-validator": "^3.1.1-beta.1", "assert": "^2.0.0", "dotenv": "^16.4.7", "eslint-plugin-prettier": "^5.2.1" }, "env": { "es6": true, "node": true }, "_moduleAliases": { "@": "./src" }, "devDependencies": { "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.10.0", "@types/node": "^22.5.5", "@typescript-eslint/eslint-plugin": "^8.6.0", "@typescript-eslint/parser": "^8.6.0", "eslint": "^9.10.0", "globals": "^15.9.0", "module-alias": "^2.2.2", "node-ts": "^6.1.2", "ts-node": "^10.9.2", "tslib": "^2.7.0", "typescript": "^5.6.2" } }