UNPKG

@hamstudy/flamp

Version:

JavaScript Amateur Multicast Protocol AMP-2 Version 3 Implemented from specification document http://www.w1hkj.com/files/flamp/Amp-2.V3.0.Protocol.pdf • Version 1.0.0 - W5ALT, Walt Fair, Jr. (Derived From) • Version 2.0.0 - W1HKJ, Dave Freese, w

42 lines (41 loc) 944 B
{ "name": "@hamstudy/flamp", "version": "1.1.7", "author": "HamStudy.org LLC", "license": "SEE LICENSE IN LICENSE", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -p . && cp src/*.js dist/", "clean": "rm -rf dist/", "prepublish": "tsc -p . && cp src/*.js dist/ && rm -rfv dist/*.test.*", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/HamStudy/flamp-js.git" }, "keywords": [ "amp", "flamp" ], "bugs": { "url": "https://github.com/HamStudy/flamp-js/issues" }, "homepage": "https://github.com/HamStudy/flamp-js#readme", "peerDependencies": { "tslib": "^1.9.3" }, "devDependencies": { "@types/jest": "^24.0.13", "jest": "^24.8.0", "node-base91": "^0.3.4", "ts-jest": "^24.0.2", "tslib": "^1.9.3", "typescript": "~3.2.2" }, "files": [ "dist/" ] }