You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "@serialport/parser-slip-encoder",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig-build.json"
|
|
},
|
|
"version": "10.5.0",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/serialport/node-serialport.git"
|
|
},
|
|
"funding": "https://opencollective.com/serialport/donate",
|
|
"devDependencies": {
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"gitHead": "d8330a3d2b287230eabe92ae6b9bf44bc8c06f56"
|
|
}
|