UNPKG

scratch-assessor

Version:

34 lines (32 loc) 867 B
{ "name": "scratch-assessor", "version": "1.0.1", "description": "", "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" } }