20 lines
582 B
JSON
20 lines
582 B
JSON
{
|
|
"name": "guide-to-incrementals",
|
|
"version": "1.0.0",
|
|
"description": "A comprehensive guide to Incremental Games as a genre",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve": "vitepress serve guide",
|
|
"dev": "vitepress dev guide",
|
|
"build": "vitepress build guide"
|
|
},
|
|
"repository": "git+https://github.com/thepaperpilot/guide-to-incrementals.git",
|
|
"author": "thepaperpilot",
|
|
"license": "ISC",
|
|
"homepage": "https://thepaperpilot.org/guide-to-incrementals",
|
|
"dependencies": {
|
|
"vitepress": "^1.0.0-alpha.19",
|
|
"vue": "^3.2.40"
|
|
},
|
|
"private": true
|
|
}
|