mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-31 02:00:13 -06:00
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "extension-controller",
|
|
"priority": -1000,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.3",
|
|
"@types/node": "^24.9.1",
|
|
"ts-node": "^10.9.2"
|
|
},
|
|
"dependencies": {
|
|
"stripe": "^19.1.0"
|
|
}
|
|
} |