term2html/package.json

50 lines
1.1 KiB
JSON

{
"name": "term2html",
"version": "2.0.1",
"author": {
"name": "Mai-Lapyst"
},
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://codeark.it/bithero-agency-js/term2html.git"
},
"homepage": "https://codeark.it/bithero-agency-js/term2html",
"bugs": {
"url": "https://codeark.it/bithero-agency-js/term2html/issues"
},
"keywords": [
"front-end",
"web",
"terminal",
"cli",
"command-line",
"console",
"pty",
"shell",
"tty"
],
"main": "./dist/term2html.umd.js",
"module": "./dist/term2html.mjs",
"types": "./dist/term2html.d.ts",
"exports": {
".": {
"import": "./dist/term2html.mjs",
"require": "./dist/term2html.umd.js"
}
},
"files": [
"dist"
],
"scripts": {
"test:serve": "vite serve ./test",
"build": "vite build"
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.4",
"vite-plugin-static-copy": "^0.17.0"
}
}