mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"name": "url-handler-napi",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts"
|
|
}
|