UNPKG

@studyportals/sp-hs-misc

Version:

Miscellaneous code used in HouseStark's projects

67 lines (66 loc) 2.18 kB
{ "name": "@studyportals/sp-hs-misc", "version": "3.0.5-0", "description": "Miscellaneous code used in HouseStark's projects", "main": "bin/index.js", "types": "bin/index.d.ts", "scripts": { "test": "npm run clean && npm run build-node && npm run test-u-o && nyc report --reporter=text", "test-u": "npm run clean && npm run build-node && npm run test-u-o", "test-u-o": "nyc --all --silent mocha \"bin/tests-u/**/*.test.js\"", "clean": "rm -rf ./bin ./bin-browser", "build": "npm run clean && npm run build-node && npm run build-browser", "build-node": "tsc -p tsconfig.json", "build-browser": "tsc -p tsconfig.browser.json", "deploy": "npm run clean && npm publish", "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-beta": "npm version prerelease && npm run deploy -- --tag beta", "prepublishOnly": "npm run build && npm run test-u-o && rm -rf ./bin/tests-u ./bin-browser/tests-u", "coverage": "nyc report --reporter=lcov" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/studyportals/hs-misc.git" }, "keywords": [ "studyportals", "house", "stark" ], "author": "SPHouseStark", "license": "ISC", "homepage": "https://github.com/studyportals/hs-misc#readme", "devDependencies": { "@studyportals/sp-r2d2-interface": "^2.2.0", "@testdeck/mocha": "0.3.3", "@types/aws4": "^1.5.1", "@types/chai": "^5.2.3", "@types/js-cookie": "^3.0.6", "@types/mocha": "^10.0.10", "@types/node": "^24.10.1", "@types/qs": "^6.5.1", "@types/superagent": "^3.5.6", "chai": "^6.2.1", "mocha": "^11.7.5", "nyc": "^17.1.0", "ts-node": "^10.9.2", "typemoq": "^2.1.0", "typescript": "^5.9.3" }, "dependencies": { "@aws-sdk/client-cognito-identity": "^3.438.0", "@aws-sdk/client-cognito-identity-provider": "^3.438.0", "@studyportals/sp-millennium-falcon": "^3.0.2", "amazon-cognito-identity-js": "^6.3.16", "aws4": "^1.13.2", "js-cookie": "^3.0.5", "qs": "^6.14.0", "superagent": "^3.8.3" }, "engines": { "node": ">=22.0.0 <25.0.0", "npm": ">=11.0.0 <12.0.0" } }