@rouxx/plugin
Version:
29 lines • 578 B
JSON
{
"name": "@rouxx/plugin",
"auther": {
"name": "ux"
},
"version": "0.0.2",
"description": "自动路由",
"repository": "https://github.com/Hahahahx/roux",
"main": "lib",
"keywords": [
"react",
"react-router",
"自动路由",
"路由映射表",
"webpack",
"webpack-plugin"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc"
},
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.4",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"@types/node": "^16.18.0"
}
}