mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
20 lines
340 B
JSON
20 lines
340 B
JSON
{
|
|
"name": "pi-extension-gondolin",
|
|
"private": true,
|
|
"version": "0.79.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"clean": "echo 'nothing to clean'",
|
|
"build": "echo 'nothing to build'",
|
|
"check": "echo 'nothing to check'"
|
|
},
|
|
"pi": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@earendil-works/gondolin": "0.12.0"
|
|
}
|
|
}
|