generated from coulomb/repo-seed
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"name": "custodian-state-hub-dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "observable preview",
|
|
"test": "node --test test/*.test.mjs",
|
|
"build": "observable build",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@observablehq/framework": "^1.13.3"
|
|
}
|
|
}
|