16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"name": "locqr-sdk",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "LOCQR JS SDK — thin bridge between a website and the extension's Port. See sdk/claude.md.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/chrome": "^0.0.280",
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|