You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
398 B
19 lines
398 B
{ |
|
"name": "photovoltaic-pc", |
|
"version": "1.0.0", |
|
"description": "光伏pc端应用", |
|
"main": "main.js", |
|
"scripts": { |
|
"start": "electron .", |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"keywords": [], |
|
"author": "hao_li_work@163.com", |
|
"license": "ISC", |
|
"devDependencies": { |
|
"electron": "^43.2.0" |
|
}, |
|
"dependencies": { |
|
"serialport": "^13.0.0" |
|
} |
|
}
|
|
|