Website/package.json
Martin Gasque 0ba3f3c7c5 Initial commit
Will it deploy one day ?
2024-02-20 08:59:37 +01:00

30 lines
769 B
JSON

{
"name": "obsidian_glass",
"version": "1.0.0",
"description": "Ce site est à destination des followers de la Méridian Corp.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tinacms": "tinacms",
"build": "tinacms build && hugo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ObsidienStudio/Obsidian_Liftoff.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ObsidienStudio/Obsidian_Liftoff/issues"
},
"homepage": "https://github.com/ObsidienStudio/Obsidian_Liftoff#readme",
"dependencies": {
"tinacms": "^1.5.21"
},
"devDependencies": {
"@tinacms/cli": "^1.5.30",
"@types/node": "^20.8.4"
}
}