mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-07-09 17:28:45 +00:00
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"name": "pi-extension-gondolin",
|
|
"private": true,
|
|
"version": "0.80.3",
|
|
"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"
|
|
}
|
|
}
|