mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
7134fc272e
* add code * Add code * add changeset * compatible lockfile * add code * add changeset * trigger-ci --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: pngwn <hello@pngwn.io>
35 lines
740 B
JSON
35 lines
740 B
JSON
{
|
|
"name": "@gradio/sanitize",
|
|
"version": "0.1.0",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"main": "./dist/server.js",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"sanitize-html": "^2.13.0",
|
|
"amuchina": "^1.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sanitize-html": "^2.13.0"
|
|
},
|
|
"main_changeset": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
"directory": "js/utils"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"browser": "./dist/browser.js",
|
|
"import": "./dist/server.js",
|
|
"default": "./dist/server.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"package": "svelte-package --input=. --cwd=../../.config/"
|
|
}
|
|
}
|