kdayun-compnent-develop/kdayun-component-demo/package.json

46 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2022-02-19 20:37:32 +08:00
{
"name": "yh-demo",
"version": "1.0.1",
"description": "demo组件",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"refresh": "npm cache clean --force && del package-lock.json && npm install",
"clean": "rd /s/q dist",
"build": "tsc && node doc.js",
"build-watch": "tsc -w",
"build-doc": "node doc.js",
"deploy": "npm run clean && npm run build && npm publish"
},
"keywords": [
"KDAYUN",
"TYPESCRIPT",
"WEB",
"UI",
"Designer"
],
"author": " 快搭科技(上海)有限公司",
"license": "ISC",
"devDependencies": {
"@types/jquery": "3.3.34",
"@types/layui": "2.5.6",
"@types/lodash": "4.14.166",
"@types/source-map": "0.5.2",
"@types/ztree": "1.0.1",
"eslint": "6.7.2",
"tslib": "1.13.0",
"typescript": "3.9.7",
"yh-designer-doc": "^1.0.4"
},
"dependencies": {
"yh-designer": "^1.0.3"
},
"publishConfig": {
"registry": "http://develop.kdayun.com:8081/repository/npm-yh-demo"
}
2022-02-23 21:03:39 +08:00
}