@synstack/enhance
Version:
Type-safe object enhancement with proxy-based method extension
59 lines (58 loc) • 1.58 kB
JSON
{
"name": "@synstack/enhance",
"type": "module",
"publishConfig": {
"access": "public"
},
"version": "1.1.10",
"description": "Type-safe object enhancement with proxy-based method extension",
"keywords": [
"synstack",
"proxy",
"object",
"enhance"
],
"author": {
"name": "pAIrprog",
"url": "https://pairprog.io"
},
"homepage": "https://github.com/pAIrprogio/synscript/tree/main/packages/enhance",
"repository": {
"type": "git",
"url": "https://github.com/pAIrprogio/synscript.git",
"directory": "packages/enhance"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"test:types": "tsc --noEmit",
"test:unit": "node --experimental-strip-types --experimental-test-snapshots --no-warnings --test src/**/*.test.ts",
"test:unit:watch": "node --experimental-strip-types --experimental-test-snapshots --no-warnings --watch --test --watch src/**/*.test.ts",
"test": "pnpm test:types && pnpm test:unit"
},
"exports": {
".": {
"import": {
"types": "./dist/enhance.index.d.ts",
"default": "./dist/enhance.index.js"
},
"require": {
"types": "./dist/enhance.index.d.cts",
"default": "./dist/enhance.index.cjs"
}
}
},
"devDependencies": {
"@types/node": "^22.15.32",
"@types/turndown": "^5.0.5",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"files": [
"src/**/*.ts",
"!src/**/*.test.ts",
"dist/**/*"
],
"gitHead": "f0daeeb6dd582a265033f020ba5e4baef3ff2a94"
}