We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c835100 commit ea98761Copy full SHA for ea98761
1 file changed
examples/15-simple-dynamic-call/package.json
@@ -1,12 +1,11 @@
1
{
2
- "name": "mimic-function",
+ "name": "@mimicprotocol/15-simple-dynamic-call",
3
"version": "0.0.1",
4
"license": "Unlicensed",
5
"private": true,
6
"type": "module",
7
"scripts": {
8
- "deploy": "mimic deploy",
9
- "build": "mimic build",
+ "build": "yarn codegen && yarn compile",
10
"codegen": "mimic codegen",
11
"compile": "mimic compile",
12
"test": "mimic test",
@@ -22,12 +21,11 @@
22
21
"@types/node": "^22.10.5",
23
"assemblyscript": "0.27.36",
24
"chai": "^4.3.7",
25
- "dotenv": "^17.2.3",
26
"eslint": "^9.10.0",
27
"json-as": "1.1.7",
28
"mocha": "^10.2.0",
29
"tsx": "^4.20.3",
30
"typescript": "^5.8.3",
31
"visitor-as": "0.11.4"
32
}
33
-}
+}
0 commit comments