UNPKG

@init-kz/jsonparse-ts

Version:

Library for parsing partial jsons inspired by original jsonparse written on js

64 lines (63 loc) 1.73 kB
{ "name": "@init-kz/jsonparse-ts", "version": "1.0.5", "description": "Library for parsing partial jsons inspired by original jsonparse written on js", "homepage": "https://init.kz/en", "repository": { "type": "git", "url": "git+https://github.com/init-pkg/jsonparse-ts.git" }, "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "scripts": { "build": "tsup", "build:watch": "tsup --watch", "serve": "http-server -p 8080", "prepare": "npm run build", "prepublishOnly": "npm run build", "clean": "rm -rf dist", "test": "vitest run", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage" }, "files": [ "dist" ], "keywords": ["JSON", "Parser", "Stream Parser JSON", "Stream", "jsonparse-ts", "jsonparse"], "author": "INIT.KZ", "license": "MIT", "maintainers": [ { "name": "Tim Caswell", "url": "https://github.com/creationix" }, { "name": "Sauyrbai Imangali", "url": "https://github.com/Imangali-Sauyrbay" } ], "devDependencies": { "@types/node": "^22.13.5", "http-server": "^14.1.1", "tsup": "^8.4.0", "typescript": "^5.7.3", "vitest": "^3.0.7" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] }, "directories": { "test": "tests" }, "bugs": { "url": "https://github.com/init-pkg/jsonparse-ts/issues" } }