mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
e75ccb0a41
* feat: root level kv accesses, and installed app listing * fix: revert server health check
22 lines
436 B
JSON
22 lines
436 B
JSON
{
|
|
"name": "@puter/extension-controller",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"postinstall": "tsc --noCheck"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^24.9.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"http-status-codes": "^2.3.0",
|
|
"stripe": "^19.1.0"
|
|
}
|
|
} |