@natewilcox/wrong-answer
Version:
Returns a wrong answer to math questions
34 lines (33 loc) • 797 B
JSON
{
"name": "@natewilcox/wrong-answer",
"version": "1.0.8",
"description": "Returns a wrong answer to math questions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf ./dist && tsc",
"start": "npm run build && ts-node ./dist/index.js",
"test": "npm run build && jest",
"publish": "npm run build && npm publish --access=public"
},
"keywords": [
"math",
"random",
"wrong"
],
"author": "Nathan Wilcox",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"jest": "^29.4.1",
"rimraf": "^4.1.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"@types/random": "^3.0.1"
},
"dependencies": {
"random": "^3.0.6"
}
}