Created
January 20, 2019 06:34
-
-
Save kenhowardpdx/f1f5cb1219c44abb367017e17c2a45d9 to your computer and use it in GitHub Desktop.
test dialog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "wiredin-node", | |
| "description": "Interact with Wired In device", | |
| "version": "1.0.0-alpha.1", | |
| "repository": "https://github.com/kenhowardpdx/wiredin-node", | |
| "main": "./dist/index.js", | |
| "types": "./dist/index.d.ts", | |
| "scripts": { | |
| "build": "tsc -p tsconfig.json", | |
| "lint": "tslint -p tsconfig.json", | |
| "prepublish": "npm run build", | |
| "test:unit": "jest --silent", | |
| "test": "npm run test:unit -- --coverage", | |
| "watch": "tsc -watch -p tsconfig.json" | |
| }, | |
| "bin": { | |
| "wiredin": "bin/wiredin" | |
| }, | |
| "devDependencies": { | |
| "@types/jest": "^23.3.10", | |
| "@types/node": "^8.10.25", | |
| "jest": "^23.6.0", | |
| "ts-jest": "^23.10.5", | |
| "ts-node": "^7.0.1", | |
| "tslint": "^5.11.0", | |
| "typescript": "^3.2.2" | |
| }, | |
| "dependencies": {} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment