Files
pi-commandcode-provider/package.json
T

26 lines
670 B
JSON

{
"name": "pi-commandcode-provider",
"version": "0.1.0",
"description": "pi custom provider for Command Code API (commandcode.ai)",
"type": "module",
"keywords": [
"pi-package",
"pi-extension",
"commandcode",
"provider"
],
"license": "MIT",
"scripts": {
"test": "npx tsx tests/test-pure-functions.ts && npx tsx tests/test-abort.ts && npx tsx tests/test-stream.ts",
"test:unit": "npx tsx tests/test-pure-functions.ts",
"test:abort": "npx tsx tests/test-abort.ts",
"test:stream": "npx tsx tests/test-stream.ts",
"test:smoke": "node tests/test-smoke.mjs"
},
"pi": {
"extensions": [
"./index.ts"
]
}
}