kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
45 wiersze
970 B
JSON
45 wiersze
970 B
JSON
{
|
|
"name": "@agentic/notion",
|
|
"version": "7.6.4",
|
|
"description": "Agentic SDK for Notion.",
|
|
"author": "Travis Fischer <travis@transitivebullsh.it>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transitive-bullshit/agentic.git",
|
|
"directory": "packages/notion"
|
|
},
|
|
"type": "module",
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "tsup --watch",
|
|
"clean": "del dist",
|
|
"test": "run-s test:*",
|
|
"test:lint": "eslint .",
|
|
"test:typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@agentic/core": "workspace:*",
|
|
"ky": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "catalog:"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|