wkit/package.json

27 lines
441 B
JSON

{
"name": "@ninejs/core",
"version": "0.0.1",
"type": "module",
"description": "",
"main": "dist/index.js",
"files": [
"dist/*"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/nine-core.git"
},
"keywords": [
"nine.",
"ninejs",
"nine-ui",
"nine-core"
],
"devDependencies": {
"esbuild": "^0.17.11"
},
"author": "yutent",
"license": "MIT"
}
一个简单易用、功能完善的用于开发`web components`的轻量级开发库。模板解析基于`lit-html`二次开发
JavaScript 97%
HTML 3%