Skip to content

Commit 182dbd1

Browse files
committed
fix: errores de dependencias
1 parent 65fc1e3 commit 182dbd1

File tree

4 files changed

+844
-215
lines changed

4 files changed

+844
-215
lines changed

contracts/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "contracts",
3+
"version": "1.0.0",
4+
"private": true,
5+
"description": "",
6+
"license": "ISC",
7+
"author": "",
8+
"type": "commonjs",
9+
"main": "index.js",
10+
"scripts": {
11+
"build": "stellar contract build",
12+
"test": "cargo test --manifest-path Cargo.toml"
13+
},
14+
"devDependencies": {}
15+
}

0 commit comments

Comments
 (0)