node-common/package.json
2020-12-10 13:41:22 -05:00

21 lines
450 B
JSON

{
"name": "node-common",
"version": "1.0.0",
"description": "A library for commonly used node utils",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "ssh://git@thebword.ddns.net:3122/watsonb8/node-common.git"
},
"keywords": [
"node",
"typescript"
],
"author": "Brandon Watson",
"license": "ISC"
}