Skip to content

Commit

Permalink
chore: copy package.json from 76
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Nov 4, 2024
1 parent de1b2b8 commit 8666fa3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions proposals/59:usdc-psm/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"agoricProposal": {
"type": "/agoric.swingset.CoreEvalProposal",
"releaseNotes": "https://github.com/Agoric/agoric-sdk/releases/tag/agoric-upgrade-16av"
},
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.2.0",
"ava": "^5.3.1",
"better-sqlite3": "^8.5.1"
},
"ava": {
"concurrency": 1,
"timeout": "2m",
"files": [
"!submission"
]
},
"scripts": {
"agops": "yarn --cwd /usr/src/agoric-sdk/ --silent agops"
},
"packageManager": "[email protected]"
}

0 comments on commit 8666fa3

Please sign in to comment.