fateforge-site/package.json

22 lines
622 B
JSON
Raw Normal View History

2024-01-08 15:48:44 +00:00
{
"name": "fateforge-tools",
"version": "0.0.1",
"description": "A suite of tools for fateforge (5e) players and DM",
"main": "index.js",
"drivethruLinkText": "Achetez le jeu !",
"drivethruLink": "https://www.drivethrurpg.com/browse/pub/5029/Agate-RPG/subcategory/9579_44341/Dragons",
"authors": {
"name": "Lucas",
"email": "peterlucas2804@gmail.com"
},
"repository": "http://185.216.25.221/lucastucious/fateforge-tool/fateforge-tools",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3"
}
}