package.json 436 B

12345678910111213141516171819
  1. {
  2. "name": "node-utils",
  3. "version": "1.0.8",
  4. "description": "Shared common library for JavaScript in NodeJS",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://gogs.hostbbq.com/hostbbq/node-utils.git"
  8. },
  9. "main": "index.js",
  10. "scripts": {
  11. "build": "tsc"
  12. },
  13. "author": "Christian Kahlau, sirius-net GmbH",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "@types/node": "^14.14.31",
  17. "typescript": "^4.2.2"
  18. }
  19. }