gradio/js/button/package.json

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

22 lines
471 B
JSON
Raw Normal View History

2022-02-25 20:24:32 +08:00
{
"name": "@gradio/button",
"version": "0.1.0",
2022-02-25 20:24:32 +08:00
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",
2022-02-25 20:24:32 +08:00
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/utils": "workspace:^"
},
"main_changeset": true,
"exports": {
".": "./static/index.ts",
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
}
2022-02-25 20:24:32 +08:00
}