| 12345678910111213141516171819 |
- {
- "name": "node-utils",
- "version": "1.0.8",
- "description": "Shared common library for JavaScript in NodeJS",
- "repository": {
- "type": "git",
- "url": "https://gogs.hostbbq.com/hostbbq/node-utils.git"
- },
- "main": "index.js",
- "scripts": {
- "build": "tsc"
- },
- "author": "Christian Kahlau, sirius-net GmbH",
- "license": "ISC",
- "devDependencies": {
- "@types/node": "^14.14.31",
- "typescript": "^4.2.2"
- }
- }
|