Skip to content

Commit

Permalink
Try building with tsc and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandann committed Sep 3, 2019
1 parent 6d12a3c commit 4702fb0
Showing 1 changed file with 32 additions and 31 deletions.
63 changes: 32 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
{
"name": "yalealarmsystem",
"version": "3.0.0",
"description": "Node.js connector for Yale Burglar Alarm System",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathandann/yalealarmsystem.git"
},
"keywords": [
"Yale"
],
"author": "Jonathan Dann",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonathandann/yalealarmsystem/issues"
},
"homepage": "https://github.com/jonathandann/yalealarmsystem/#readme",
"dependencies": {
"@types/node-fetch": "^2.5.0",
"node-fetch": "^1.7.3",
"set-cookie-parser": "^2.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.3.0",
"prettier": "1.18.2"
}
"name": "yalealarmsystem",
"version": "3.0.0",
"description": "Node.js connector for Yale Burglar Alarm System",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathandann/yalealarmsystem.git"
},
"keywords": [
"Yale"
],
"author": "Jonathan Dann",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonathandann/yalealarmsystem/issues"
},
"homepage": "https://github.com/jonathandann/yalealarmsystem/#readme",
"dependencies": {
"@types/node-fetch": "^2.5.0",
"node-fetch": "^1.7.3",
"set-cookie-parser": "^2.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.3.0",
"prettier": "1.18.2"
}
}

0 comments on commit 4702fb0

Please sign in to comment.