@studyportals/bestfit-api-fe-client
Version:
54 lines (53 loc) • 1.84 kB
JSON
{
"name": "@studyportals/bestfit-api-fe-client",
"version": "3.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha \"test/**/*.test.ts\"",
"test:watch": "mocha --watch-extensions ts \"test/**/*.test.ts\" -w --reporter min",
"prepare-deployment": "npm i && npm test && npm run build && cp package.json bin/package.json",
"deploy-patch": "npm version patch && npm run deploy",
"deploy-minor": "npm version minor && npm run deploy",
"deploy-major": "npm version major && npm run deploy",
"deploy": "npm run prepare-deployment && npm publish ./bin",
"deploy-initial": "npm run prepare-deployment && npm publish ./bin --access=public",
"deploy-beta": "npm version prerelease && npm run prepare-deployment && npm publish ./bin --tag beta",
"build": "rm -rf bin && tsc && rm -rf bin/test",
"lint": "eslint 'src/**/*.ts'",
"lint-fix": "eslint --fix 'src/**/*.ts'",
"test:coverage": "nyc mocha \"test/**/*.test.ts\"",
"remove:coverage": "rm -rf coverage",
"git:clean": "git branch | grep -v -e \"master\" -e \"develop\" | xargs git branch -D"
},
"private": false,
"author": "SP - Samurai Pizza Cats",
"license": "BSD3",
"repository": {
"type": "git",
"url": "git+https://github.com/studyportals/BestFit-API.git"
},
"bugs": {
"url": "https://github.com/studyportals/BestFit-API/issues"
},
"homepage": "https://github.com/studyportals/BestFit-API#readme",
"keywords": [
"Samurai-Pizza-Cats",
"BestFit"
],
"devDependencies": {
"@studyportals/code-style": "2.0.5",
"@testdeck/mocha": "^0.3.3",
"@types/chai": "^4.3.3",
"@types/mocha": "10.0.6",
"@types/node": "^22.5.4",
"@types/superagent": "^8.1.9",
"chai": "^4.3.6",
"husky": "^8.0.1",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"ts-node": "^10.9.1",
"typemoq": "^2.1.0",
"typescript": "^5.6.2"
}
}