UNPKG

automatic-assessments

Version:

Automatic assessment of Marty and Scratch 3.0 projects

33 lines (32 loc) 923 B
{ "name": "automatic-assessments", "version": "1.0.6", "description": "Automatic assessment of Marty and Scratch 3.0 projects", "main": "index.js", "scripts": { "format": "prettier --write src/**/*.ts", "lint": "tslint -p tsconfig.json", "build": "tsc", "prepare" : "npm run build", "prepublishOnly" : "npm test && npm run lint", "preversion" : "npm run lint", "version" : "npm run format && git add -A src", "postversion" : "git push && git push --tags", "test": "jest --config jestconfig.json" }, "files": [ "lib/**/*" ], "author": "Nikos Theodoropoulos", "keywords": ["scratch", "automatic-assessments", "marty"], "license": "ISC", "devDependencies": { "@types/jest": "^27.4.0", "jest": "^27.4.7", "prettier": "^2.5.1", "ts-jest": "^27.1.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.5.5" } }