Spaces:
Running
Running
File size: 478 Bytes
7da72ab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"name": "presse-public-domain",
"type": "module",
"private": true,
"scripts": {
"clean": "rm -rf docs/.observablehq/cache",
"build": "rm -rf dist && observable build",
"dev": "observable preview",
"deploy": "observable deploy",
"observable": "observable"
},
"dependencies": {
"@observablehq/cli": "https://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@github.com/observablehq/cli#main"
}
}
|