UNPKG

anonymous-student

Version:

Anonymous student is used to retrieve and save information from our website users.

27 lines (26 loc) 1.05 kB
{ "name": "@studyportals/anonymous-student-interfaces", "version": "5.1.1", "description": "The interfaces exposed by Anonymous student", "main": "bin/index.js", "repository": { "type": "git", "url": "git+https://github.com/studyportals/Anonymous-Student.git" }, "scripts": { "prepare-deployment": "npm run build && cp package.json bin/package.json", "deploy": "npm ci && npm run prepare-deployment && cd bin && npm publish && cd ../ &&rm -rf node_modules", "build": "rm -rf bin && tsc", "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 ci && npm run prepare-deployment && npm publish bin --tag beta --access=public && rm -rf node_modules" }, "keywords": [], "author": "Samurai Pizza Cats", "license": "ISC", "dependencies": { "@studyportals/student-interfaces": "^5.3.2", "@studyportals/studentdomain": "^5.3.0" } }