Initial commit
Once again a weird place to commit, I have already done a lot of work, but I am just bad at using git, okay.
This commit is contained in:
35
packages/widget/package.json
Normal file
35
packages/widget/package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "@impost/widget",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"license": "BSL-1.0",
|
||||
"module": "./dist/impost.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/impost.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc && vite build",
|
||||
"watch": "tsc && vite build --watch",
|
||||
"dev": "vite",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"lit": "^3.1.2",
|
||||
"lit-element": "^3.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.24",
|
||||
"lit": "^3.1.2",
|
||||
"lit-element": "^3.1.2",
|
||||
"oxc-minify": "^0.97.0",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "npm:rolldown-vite@latest",
|
||||
"vite-plugin-dts": "^4.5.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user