@studyportals/sp-holonet-interface
Version:
Contains various types (DTOs) found in HoloNet's interface.
46 lines (45 loc) • 1.33 kB
JSON
{
"name": "@studyportals/sp-holonet-interface",
"version": "3.5.0",
"description": "Contains various types (DTOs) found in HoloNet's interface.",
"main": "bin/index.js",
"scripts": {
"test": "tsc && npm run test-u-o && nyc report --reporter=text",
"test-u": "tsc && npm run test-u-o",
"test-u-o": "nyc --all --silent mocha \"bin/tests-u/**/*.test.js\"",
"prepare-deployment": "cp package.json bin/package.json",
"deploy": "npm test && npm run prepare-deployment && npm publish bin",
"lint": "tslint 'src/**/*.ts'",
"lint-fix": "tslint --fix 'src/**/*.ts'",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"studyportals",
"house stark",
"api",
"helpers"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/studyportals/HoloNet-Interface.git"
},
"author": "SPHouseStark",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.0.4",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"mocha-typescript": "^1.1.12",
"nyc": "11.4.1",
"ts-node": "^6.1.0",
"tslint": "^5.9.1",
"typemoq": "^2.1.0",
"typescript": "^2.5.3"
},
"dependencies": {
"@studyportals/sp-hs-misc": "^2.4.0",
"@studyportals/sp-millennium-falcon": "^2.4.0",
"@studyportals/sp-r2d2-interface": "^1.0.1",
"@types/superagent": "^3.8.2"
}
}