File tree Expand file tree Collapse file tree 3 files changed +0
-32
lines changed
decrypt-api-key-in-action/nodejs Expand file tree Collapse file tree 3 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
6- <<<<<<< HEAD
76 "type" : " module" ,
8- =======
9- "dependencies" : {
10- "@lit-protocol/auth-helpers" : " ^6.4.10" ,
11- "@lit-protocol/lit-auth-client" : " ^6.4.10" ,
12- "@lit-protocol/lit-node-client" : " ^6.4.10" ,
13- "@lit-protocol/types" : " ^6.4.10" ,
14- "@types/node" : " ^20.12.8" ,
15- "ethers" : " ^5.7.1" ,
16- "siwe" : " ^2.0.0" ,
17- "ts-node" : " ^10.9.1" ,
18- "typescript" : " ^5.1.6"
19- },
20- >>>>>>> 8cb285d (fix: update-lit command to not make script executable each time)
217 "scripts" : {
228 "test" : " npx @dotenvx/dotenvx run -- mocha test/**/*.spec.ts"
239 },
Original file line number Diff line number Diff line change 22 "name" : " decrypt-api-key-in-action-nodejs" ,
33 "root" : " decrypt-api-key-in-action/nodejs" ,
44 "targets" : {
5- <<<<<<< HEAD
65 "test-lit" : {
76 "executor" : " nx:run-commands" ,
87 "options" : {
1716 }
1817 }
1918}
20- =======
21- "update-lit" : {
22- "executor" : " nx:run-commands" ,
23- "options" : {
24- "command" : " cd decrypt-api-key-in-action/nodejs && ../../scripts/update-lit.sh"
25- }
26- }
27- }
28- }
29- >>>>>>> 1e8b871 (refactor: changed dir structure for decrypt-api-key-in-action as per templates)
Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "@dotenvx/dotenvx" : " ^0.37.1" ,
13- <<<<<<< HEAD
1413 "@lit-protocol/auth-helpers" : " ^6.5.1" ,
1514 "@lit-protocol/constants" : " ^6.5.1" ,
1615 "@lit-protocol/contracts-sdk" : " ^6.5.1" ,
1716 "@lit-protocol/lit-node-client" : " ^6.5.1" ,
18- =======
19- "@lit-protocol/auth-helpers" : " ^6.4.10" ,
20- "@lit-protocol/constants" : " ^6.4.10" ,
21- "@lit-protocol/contracts-sdk" : " ^6.4.10" ,
22- "@lit-protocol/lit-node-client-nodejs" : " ^6.4.10" ,
23- >>>>>>> 8cb285d (fix: update-lit command to not make script executable each time)
2417 "ethers" : " 5.7.2"
2518 },
2619 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments