26 lines
580 B
JSON
26 lines
580 B
JSON
{
|
|
"name": "@serialport/parser-cctalk",
|
|
"version": "13.0.0",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig-build.json"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.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": "5.2.2"
|
|
},
|
|
"gitHead": "701ffd844f0950164da4dda4dca57e94891177a9"
|
|
}
|