@synstack/query
Version:
65 lines (64 loc) • 1.64 kB
JSON
{
"name": "@synstack/query",
"type": "module",
"publishConfig": {
"access": "public"
},
"version": "1.0.7",
"description": "Query engine",
"keywords": [
"synstack",
"query",
"utility"
],
"author": {
"name": "pAIrprog",
"url": "https://pairprog.io"
},
"homepage": "https://github.com/pAIrprogio/synscript/tree/main/packages/query",
"repository": {
"type": "git",
"url": "https://github.com/pAIrprogio/synscript.git",
"directory": "packages/query"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"prepack": "pnpm build",
"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/query.index.d.ts",
"default": "./dist/query.index.js"
},
"require": {
"types": "./dist/query.index.d.cts",
"default": "./dist/query.index.cjs"
}
}
},
"dependencies": {
"@synstack/fs": "^1.7.5"
},
"devDependencies": {
"@types/node": "^22.15.32",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"zod": "^3.25.67"
},
"peerDependencies": {
"zod": "^3.25.67 || ^4.0.0"
},
"files": [
"src/**/*.ts",
"!src/**/*.test.ts",
"dist/**/*"
],
"gitHead": "4512f978a98c40c3a17595de5fa15176a105d9c9"
}