mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 21:03:19 +00:00
22 lines
398 B
JSON
22 lines
398 B
JSON
{
|
|
"name": "pi-extension-with-deps",
|
|
"private": true,
|
|
"version": "1.19.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"clean": "echo 'nothing to clean'",
|
|
"build": "echo 'nothing to build'",
|
|
"check": "echo 'nothing to check'"
|
|
},
|
|
"pi": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "^2.1.0"
|
|
}
|
|
}
|