mirror of
https://github.com/zhigang1992/liquid-stacking.git
synced 2026-04-30 04:55:49 +08:00
Revert "Merge branch 'feat/multisig-deploy'"
This reverts commit5a81fc8bd6, reversing changes made to38ce5cb61d.
This commit is contained in:
13
package.json
13
package.json
@@ -1,13 +1,10 @@
|
||||
|
||||
{
|
||||
"name": "lisa",
|
||||
"name": "lisa-tests",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"description": "Run unit tests on this project.",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"multisig-plan": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./scripts/create-multisig-deployment-plan.ts",
|
||||
"multisig-sign": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./scripts/sign-multisig-deployment-plan.ts",
|
||||
"setup:clarity": "./scripts/clarinet_manager.sh clean && ./scripts/clarinet_manager.sh install",
|
||||
"test": "vitest run",
|
||||
"test:report": "vitest run -- --coverage --costs",
|
||||
@@ -19,11 +16,9 @@
|
||||
"@hirosystems/clarinet-sdk": "^1.0.0",
|
||||
"@stacks/transactions": "^6.9.0",
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.9",
|
||||
"vitest": "^0.34.4",
|
||||
"vitest-environment-clarinet": "^1.0.0",
|
||||
"yaml": "^2.4.1"
|
||||
"vitest-environment-clarinet": "^1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user