{ "name": "segmented", "version": "0.1.1", "description": "Segmented async operations to abort.", "repository": "https://github.com/vilicvane/segmented.git", "license": "MIT", "author": "vilicvane", "type": "module", "exports": { "types": "./bld/library/index.d.ts", "default": "./bld/library/index.js" }, "scripts": { "3": "pnpm install && pnpm dedupe && pnpm install", "build": "rimraf ./bld && tsc --build", "lint": "eslint --no-error-on-unmatched-pattern --report-unused-disable-directives . && run-in-every eslint-project --parallel --echo -- eslint --no-error-on-unmatched-pattern --report-unused-disable-directives .", "lint-prettier": "prettier --check .", "bare-test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", "test": "npm run lint-prettier && npm run build && npm run lint && npm run bare-test" }, "dependencies": { "tslib": "^2.6.2" }, "devDependencies": { "@jest/globals": "^29.7.0", "@mufan/eslint-plugin": "^0.2.18", "@types/jest": "^29.5.12", "@types/node": "^20.11.19", "cross-env": "^7.0.3", "eslint": "^8.56.0", "jest": "^29.7.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", "run-in-every": "^0.2.0", "tslang": "^0.1.27", "typescript": "^5.3.3" } }