node-common/package.json

21 lines
450 B
JSON
Raw Permalink Normal View History

2020-12-10 18:41:22 +00:00
{
"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"
}