21 lines
450 B
JSON
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"
|
|
}
|