wj-design-art
Version:
让javascript使用设计模式更简单
30 lines (29 loc) • 782 B
JSON
{
"name": "wj-design-art",
"version": "1.2.5",
"description": "让javascript使用设计模式更简单",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"files": ["/lib"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --open",
"build": "webpack"
},
"keywords": ["wj", "design", "mode", "typescript"],
"repository": {
"type": "git",
"url": "https://github.com/WJjack/wj-design-art.git"
},
"author": "吴杰",
"license": "ISC",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.5.0",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}