20 lines
356 B
JSON
20 lines
356 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|