@synstack/resolved
Version:
Type-safe piping of synchronous or asynchronous values
68 lines (67 loc) • 1.86 kB
JSON
{
"name": "@synstack/resolved",
"type": "module",
"publishConfig": {
"access": "public"
},
"version": "1.2.7",
"description": "Type-safe piping of synchronous or asynchronous values",
"keywords": [
"synstack",
"resolved",
"pipe",
"typescript"
],
"author": {
"name": "pAIrprog",
"url": "https://pairprog.io"
},
"homepage": "https://github.com/pAIrprogio/synscript/tree/main/packages/resolved",
"repository": {
"type": "git",
"url": "https://github.com/pAIrprogio/synscript.git",
"directory": "packages/resolved"
},
"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/resolved.index.d.ts",
"default": "./dist/resolved.index.js"
},
"require": {
"types": "./dist/resolved.index.d.cts",
"default": "./dist/resolved.index.cjs"
}
},
"./callable": {
"import": {
"types": "./dist/callable/callable.index.d.ts",
"default": "./dist/callable/callable.index.js"
},
"require": {
"types": "./dist/callable/callable.index.d.cts",
"default": "./dist/callable/callable.index.cjs"
}
}
},
"devDependencies": {
"@types/node": "^22.15.32",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"files": [
"src/**/*.ts",
"!src/**/*.test.ts",
"dist/**/*"
],
"gitHead": "f0daeeb6dd582a265033f020ba5e4baef3ff2a94"
}