ai-math-random
Version:
Math.random - but with AI
29 lines (28 loc) • 628 B
JSON
{
"name": "ai-math-random",
"version": "1.2.0",
"description": "Math.random - but with AI",
"main": "index.js",
"dependencies": {
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"prettier": "^2.8.7"
},
"scripts": {
"test": "echo \"No tests needed. This is AI!\"",
"format": "prettier --write ./"
},
"keywords": [
"math",
"random",
"Math.random",
"ai",
"chatGPT"
],
"author": "Andreas",
"repository": {
"type": "git",
"url": "https://github.com/functino/ai-math-random.git"
}
}