anonymous-student
Version:
Anonymous student is used to retrieve and save information from our website users.
65 lines (64 loc) • 1.97 kB
JSON
{
"name": "anonymous-student",
"version": "1.1.2",
"lockfileVersion": 1,
"requires": true,
"description": "Anonymous student is used to retrieve and save information from our website users.",
"scripts": {
"dev": "cross-env STAGE=dev webpack-dev-server --mode development",
"start": "npm run dev",
"build": "npm run clean && webpack --mode production",
"clean": "rimraf ./dist",
"test": "cross-env TS_NODE_PROJECT=tsconfig.test.json mocha \"test/**/*.test.ts\"",
"test:watch": "cross-env TS_NODE_PROJECT=tsconfig.test.json mocha --watch-extensions ts test/**/*.test.ts -w --reporter min",
"lint": "eslint \"src/**/*.ts\"",
"test:coverage": "nyc npm run test",
"remove:coverage": "rm -rf coverage",
"git:clean": "git branch | grep -v -e \"master\" -e \"develop\" | xargs git branch -D"
},
"keywords": [
"Samurai-Pizza-Cats",
"Student"
],
"repository": {
"type": "git",
"url": ""
},
"author": "SPC",
"license": "ISC",
"devDependencies": {
"@studyportals/code-style": "*",
"@studyportals/webpack-helper": "^5.3.0",
"@testdeck/mocha": "^0.2.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^10.0.1",
"@types/node": "^12.7.5",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"aws-sdk": "^2.1206.0",
"chai": "^4.3.6",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"deepmerge": "^4.3.0",
"dotenv": "^8.1.0",
"eslint": "^8.36.0",
"eslint-plugin-jsdoc": "^39.3.6",
"html-webpack-plugin": "^5.5.0",
"husky": "^2.7.0",
"mocha": "^10.0.0",
"nyc": "^14.1.1",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"tslint": "^5.20.0",
"typemoq": "^2.1.0",
"typescript": "^4.9.5",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
},
"dependencies": {
"@studyportals/data-storage": "^2.0.0",
"@studyportals/event-aggregation-service-interface": "^1.1.0",
"@studyportals/student-interfaces": "^5.3.2",
"@studyportals/studentdomain": "^5.3.0"
}
}