mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
b1e7bc5fca
* chore: cleanup ts extensions controller * feat: method for updating users metering directly
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"name": "@heyputer/extension-metering-service",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"postinstall": "tsc --noCheck"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|