fpdn / package.json
fil's picture
init
7da72ab
raw history blame
No virus
478 Bytes
{
"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"
}
}