@icytrigun/achievementpackage
Version:
create and manage Achievements for gamification
27 lines (26 loc) • 657 B
JSON
{
"name": "@icytrigun/achievementpackage",
"version": "1.0.8",
"description": "create and manage Achievements for gamification",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IcyTrigun/AchievementPackage.git"
},
"keywords": [
"Achievements",
"Gamification"
],
"author": "IcyTrigun",
"license": "ISC",
"bugs": {
"url": "https://github.com/IcyTrigun/AchievementPackage/issues"
},
"homepage": "https://github.com/IcyTrigun/AchievementPackage#readme",
"dependencies": {
"axios": "^0.27.2"
}
}