crule/package.json

20 lines
356 B
JSON
Raw Permalink Normal View History

2023-11-02 22:31:32 +08:00
{
"name": "crule",
"version": "1.0.0",
"description": "node-red二开",
"main": "crule.js",
"scripts": {
"dev": "node crule.js"
},
"repository": {
"type": "git",
"url": "http://10.10.10.1:8003/gitcc/crule.git"
},
"author": "cc",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"node-red": "^3.1.0"
}
}