Skip to content

Commit

Permalink
Publish first version
Browse files Browse the repository at this point in the history
  • Loading branch information
iursevla committed Jul 24, 2024
1 parent 6e0015b commit d3f953c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ tsup.config.ts
tsconfig.json
node_modules
scripts
.idea
.env
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Shelly NodeJS"
],
"repository": {
"url": "https://github.com/intruder-detection/shelly-api-typescript"
"url": "git+https://github.com/intruder-detection/shelly-api-typescript.git"
},
"homepage": "https://github.com/intruder-detection/shelly-api-typescript",
"scripts": {
Expand All @@ -27,8 +27,7 @@
"shelly-blu-gw-setup": "dotenv -- npx tsx --inspect-brk scripts/shelly-blu-gw/setup-shelly-blu-gw-from-scratch.ts",
"// BUILD": "",
"barrel": "barrelsby --delete --directory src -F -q",
"build": "npm run barrel && tsup",
"// DEPLOY": ""
"build": "npm run barrel && tsup"
},
"author": "Rui Alves",
"license": "MIT",
Expand All @@ -53,5 +52,11 @@
"tsup": "^8.2.2",
"tsx": "^4.15.1",
"typescript": "^5.5"
},
"directories": {
"test": "test"
},
"bugs": {
"url": "https://github.com/intruder-detection/shelly-api-typescript/issues"
}
}

0 comments on commit d3f953c

Please sign in to comment.