its-npm-package
Version:
NPM package shared across projects
19 lines (18 loc) • 386 B
JSON
{
"name": "its-npm-package",
"version": "1.0.0",
"description": "NPM package shared across projects",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "https://ITS-Enterprise@dev.azure.com/ITs-Enterprise/ITSDev/_git/ITS.BookingService"
},
"keywords": [
"ITS"
],
"author": "ITS",
"license": "ISC"
}