gradio/js/tooltip/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
536 B
JSON
Raw Normal View History

{
2022-03-03 00:42:43 +08:00
"name": "@gradio/tooltip",
"version": "0.1.2",
"description": "Gradio UI packages",
2022-02-22 20:20:28 +08:00
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"main_changeset": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/tooltip"
},
"peerDependencies": {
"svelte": "^4.0.0"
},
"exports": {
".": {
"gradio": "./src/index.js",
"svelte": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
},
"./package.json": "./package.json"
}
}