19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "var-proxy",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.4",
|
|
"rollup": "^4.24.0",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|