@wildboar/copp
Version:
Connection-oriented presentation protocol (COPP) data structures and business logic in TypeScript
43 lines • 1.07 kB
JSON
{
"name": "@wildboar/copp",
"version": "1.0.4",
"description": "Connection-oriented presentation protocol (COPP) data structures and business logic in TypeScript",
"keywords": [
"copp",
"connection",
"oriented",
"presentation",
"protocol",
"x226",
"network",
"osi"
],
"homepage": "https://github.com/Wildboar-Software/asn1-typescript-libraries/blob/master/README.md",
"bugs": {
"email": "jonathan@wilbur.space"
},
"license": "MIT",
"author": {
"name": "Jonathan M. Wilbur",
"email": "jonathan@wilbur.space",
"url": "https://github.com/JonathanWilbur"
},
"contributors": [
{
"email": "jonathan@wilbur.space",
"name": "Jonathan M. Wilbur",
"url": "https://github.com/JonathanWilbur"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Wildboar-Software/asn1-typescript-libraries.git"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"asn1-ts": "^8.0.0",
"@wildboar/rtse": "1.0.3"
},
"peerDependencies": {}
}