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
580 B
JSON

5 months ago
{
"name": "@serialport/parser-regex",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "10.5.0",
"engines": {
"node": ">=12.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"scripts": {
"build": "tsc --build tsconfig-build.json"
},
"repository": {
"type": "git",
"url": "git://github.com/serialport/node-serialport.git"
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "^4.5.5"
},
"gitHead": "d8330a3d2b287230eabe92ae6b9bf44bc8c06f56"
}