{ "name": "cut-abstractions", "version": "0.1.0", "description": "", "main": "index.ts", "exports": { ".": "./**/*" }, "scripts": { "build": "tsc", "release": "pnpm pack --pack-destination ./dist-packs", "clean":"rimraf ./dist", "test": "jest" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@9.1.1+sha1.09ada6cd05003e0ced25fb716f9fda4063ec2e3b", "devDependencies": { "@jest/globals": "^30.0.2", "@swc/core": "^1.12.4", "@swc/jest": "^0.2.38", "jest": "^30.0.2", "rimraf": "^6.0.1", "typescript": "^5.8.3" } }