15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"name": "webserial_term",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.11.0",
|
|
"eslint": "^9.24.0",
|
|
"html-minifier-terser": "^7.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js"
|
|
}
|
|
}
|