commiting changes in json files

This commit is contained in:
Godmode Galactus 2022-12-08 21:35:04 +01:00
parent 7d7f439a25
commit 3b9fdc5ce6
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
4 changed files with 9226 additions and 1854 deletions

7241
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,11 +6,14 @@
"license": "MIT",
"private": true,
"dependencies": {
"@solana/web3.js": "^1.66.2",
"@solana/web3.js": "^1.62.0",
"@types/jest": "^29.2.3",
"jest": "^29.3.1",
"start-server-and-test": "^1.14.0",
"ts-jest": "^29.0.3"
"ts-jest": "^29.0.3",
"@solana/spl-token": "^0.3.5",
"ts-node": "^10.9.1",
"yarn": "^1.22.19"
},
"scripts": {
"test": "jest --detectOpenHandles",

View File

@ -11,7 +11,7 @@
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
/* Language and Environment */
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
// "jsx": "preserve", /* Specify what JSX code is generated. */
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
@ -35,7 +35,7 @@
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
// "resolveJsonModule": true, /* Enable importing .json files. */
"resolveJsonModule": true, /* Enable importing .json files. */
// "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
/* JavaScript Support */
@ -76,7 +76,7 @@
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
/* Type Checking */
"strict": true, /* Enable all strict type-checking options. */
// "strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
}

3826
yarn.lock

File diff suppressed because it is too large Load Diff