UNPKG

vgscode

Version:

Validate Generate Sanitize Code

55 lines (54 loc) 1.32 kB
{ "name": "vgscode", "version": "1.1.4", "description": "Validate Generate Sanitize Code", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "exports": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "default": "./dist/index.mjs" }, "scripts": { "dev": "npx tsx watch --clear-screen=false ./src/index.ts", "build": "npx pkgroll --clean-dist --minify", "test": "vitest", "vat:patch": "npm version patch && git push && git push --tags", "vat:minor": "npm version minor && git push && git push --tags", "vat:major": "npm version major && git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/smvrnn/vgscode.git" }, "keywords": [ "iin", "bin", "validate", "generate", "sanitize", "extract", "kazakhstan" ], "author": { "name": "Yerlan Yeraliyev", "username": "smvrnn", "hub": "solutionary inc." }, "license": "MIT", "devDependencies": { "@types/node": "^22.7.4", "pkgroll": "^2.5.1", "tsx": "^4.19.1", "typescript": "^5.6.3", "vitest": "^3.0.8" } }