20 lines
357 B
JSON
20 lines
357 B
JSON
{
|
|
"name": "@continuum/ui",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"lint": "eslint ."
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.2",
|
|
"vue-tsc": "^2.1.6"
|
|
}
|
|
}
|