42 lines
938 B
JSON
42 lines
938 B
JSON
{
|
|
"name": "pi-siyuan",
|
|
"private": false,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"typebox": "1.3.7"
|
|
},
|
|
"version": "0.1.1",
|
|
"description": "SiYuan Note extension for pi coding agent \u2014 HTTP API wrapper with notebook-level RWD permission auditing",
|
|
"keywords": [
|
|
"pi-package",
|
|
"pi-extension",
|
|
"siyuan",
|
|
"notes"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.ipao.vip/rogee/pi-siyuan.git"
|
|
},
|
|
"pi": {
|
|
"extensions": [
|
|
"./src/index.ts"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@earendil-works/pi-coding-agent": "0.84.4"
|
|
},
|
|
"main": "src/index.ts",
|
|
"files": [
|
|
"src",
|
|
"README.md",
|
|
"LICENSE",
|
|
"AGENTS.md",
|
|
"!src/*.test.ts"
|
|
],
|
|
"author": "rogee",
|
|
"scripts": {
|
|
"check": "node --experimental-strip-types --no-warnings src/audit.test.ts"
|
|
},
|
|
"prepublishOnly": "node --experimental-strip-types --no-warnings src/audit.test.ts"
|
|
} |