29 lines
719 B
JSON
29 lines
719 B
JSON
{
|
|
"name": "@example/minimal",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^2.0.6"
|
|
},
|
|
"description": "``` npm create astro@latest -- --template minimal ```",
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ayoayco/astro-github-stats.git"
|
|
},
|
|
"author": "Ayo Ayco",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ayoayco/astro-github-stats/issues"
|
|
},
|
|
"homepage": "https://github.com/ayoayco/astro-github-stats#readme"
|
|
}
|