Files
dogs/node_modules/bs-recipes/recipes/html.injection/package.json
ChloeChen0423 7c63f2f07b 前端代码
2025-05-12 16:42:36 +09:00

15 lines
289 B
JSON

{
"name": "bs-recipes-html-injection",
"version": "1.0.0",
"description": "HTML/CSS injection example",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"license": "MIT",
"devDependencies": {
"bs-html-injector": "^2.0.3",
"browser-sync": "^2.1.6"
}
}