UNPKG

apc-domain

Version:
46 lines (45 loc) 1.09 kB
{ "name": "apc-domain", "version": "1.1.1", "description": "APC Domain Information Package", "repository": { "type": "git", "url": "git@github.com:APCOvernight/apc-domain" }, "main": "index.js", "scripts": { "test": "nyc --reporter=html --reporter=text mocha" }, "keywords": [ "APC", "Domain" ], "author": { "name": "Mike Hingley", "email": "mike.hingley@apc-overnight.com", "web": "https://github.com/computamike" }, "contributors": [ { "name": "Mike Hingley", "email": "mike.hingley@apc-overnight.com", "web": "https://github.com/computamike" } ], "license": "UNLICENSED", "dependencies": { "apc-depot": "git+ssh://git@github.com/APCOvernight/apc-depot-list#semver:^v1.0.4", "chai": "^4.2.0", "mocha": "^6.2.2", "moment": "^2.24.0", "nyc": "^14.1.1", "uk-bank-holidays": "^0.1.0" }, "devDependencies": { "bookshelf": "^0.15.1", "chalk": "^2.4.2", "dotenv": "^8.0.0", "knex": "^0.19.1", "mssql": "^5.1.0" } }