File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " stellar-did-credit" ,
3+ "private" : true ,
4+ "packageManager" : " pnpm@9.0.0"
5+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @stellar-did-credit/sdk" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " TypeScript SDK for the Stellar DID Credit Protocol" ,
5+ "main" : " src/index.ts" ,
6+ "scripts" : {
7+ "build" : " tsc"
8+ },
9+ "dependencies" : {
10+ "@stellar/stellar-sdk" : " ^12.0.0"
11+ },
12+ "devDependencies" : {
13+ "typescript" : " ^5.0.0"
14+ }
15+ }
Original file line number Diff line number Diff line change 1+ // SDK entry point — implementations coming in later commits
2+ export const SDK_VERSION = '0.1.0' ;
Original file line number Diff line number Diff line change 1+ {
2+ "compilerOptions" : {
3+ "target" : " ES2020" ,
4+ "module" : " commonjs" ,
5+ "lib" : [" ES2020" ],
6+ "declaration" : true ,
7+ "outDir" : " dist" ,
8+ "rootDir" : " src" ,
9+ "strict" : true ,
10+ "esModuleInterop" : true ,
11+ "skipLibCheck" : true
12+ },
13+ "include" : [" src" ]
14+ }
Original file line number Diff line number Diff line change 1+ packages :
2+ - ' packages/*'
You can’t perform that action at this time.
0 commit comments