Skip to content

Commit

Permalink
index on main: 9c237b5 Merge pull request delta-hq#138 from delta-hq/…
Browse files Browse the repository at this point in the history
…nitish/clip_name_change
  • Loading branch information
climberNeedEquipment committed May 20, 2024
1 parent 9c237b5 commit b1ba289
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
32 changes: 32 additions & 0 deletions adapters/layerbank/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "layerbank-tvl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js",
"compile": "tsc",
"watch": "tsc -w",
"clear": "rm -rf dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/big.js": "^6.2.2",
"big.js": "^6.2.1",
"bignumber.js": "^9.1.2",
"csv-parser": "^3.0.0",
"decimal.js-light": "^2.5.1",
"fast-csv": "^5.0.1",
"jsbi": "^4.3.0",
"tiny-invariant": "^1.3.1",
"toformat": "^2.0.0",
"viem": "^2.8.13"
},
"devDependencies": {
"@types/node": "^20.11.17",
"typescript": "^5.3.3"
}
}
12 changes: 12 additions & 0 deletions adapters/layerbank/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"rootDir": "src/",
"outDir": "dist/",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}

0 comments on commit b1ba289

Please sign in to comment.