ui/package.json

24 lines
420 B
JSON
Raw Permalink Normal View History

2023-03-06 14:56:30 +08:00
{
2023-03-28 19:40:39 +08:00
"name": "@bd/ui",
2024-11-08 12:02:43 +08:00
"version": "0.1.18",
2023-06-12 10:12:30 +08:00
"type": "module",
2023-03-06 14:56:30 +08:00
"description": "",
2023-03-14 15:45:47 +08:00
"files": [
"dist/*"
],
2023-03-06 14:56:30 +08:00
"scripts": {
2023-03-14 15:45:47 +08:00
"start": "wcui-cli dev",
"build": "wcui-cli build",
"build:es6": "wcui-cli build-es6"
2023-03-06 14:56:30 +08:00
},
"repository": {
"type": "git",
2023-08-30 16:46:01 +08:00
"url": "git+https://git.wkit.fun/bd/ui.git"
2023-03-06 14:56:30 +08:00
},
"author": "yutent",
2023-03-14 15:45:47 +08:00
"license": "MIT",
"devDependencies": {
2023-04-20 15:34:43 +08:00
"@bd/cli": "^1.2.3"
2023-03-14 15:45:47 +08:00
}
2023-03-06 14:56:30 +08:00
}