37 lines
829 B
JSON
37 lines
829 B
JSON
{
|
|
"name": "@bd/core",
|
|
"version": "1.8.5",
|
|
"type": "module",
|
|
"description": "百搭UI组件库的核心",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"build:next": "esbuild src/index.js --minify --bundle --format=esm --target=esnext --outfile=dist/index.js",
|
|
"build:es6": "esbuild src/index.js --minify --bundle --format=esm --target=es6 --outfile=dist/index.es6.js",
|
|
"build": "npm run build:next && npm run build:es6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bd-js/core.git"
|
|
},
|
|
"keywords": [
|
|
"bd.js",
|
|
"bdjs",
|
|
"bd-ui",
|
|
"wcui",
|
|
"bd-core",
|
|
"web-components",
|
|
"native",
|
|
"cross-framework",
|
|
"html",
|
|
"css"
|
|
],
|
|
"devDependencies": {
|
|
"esbuild": "^0.17.11"
|
|
},
|
|
"author": "yutent",
|
|
"license": "MIT"
|
|
}
|
JavaScript
97%
HTML
3%