26 lines
635 B
JSON
26 lines
635 B
JSON
{
|
|
"name": "pool-cache-interface",
|
|
"version": "0.0.0",
|
|
"description": "Pool Cache Service Interface",
|
|
"author": "0x Labs",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"main": "__build__/index.js",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"fix": "prettier --write .",
|
|
"lint:ci": "prettier --check . && eslint .",
|
|
"test:ci": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^4.9.5",
|
|
"trpc-toolbox": "*"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.34.0",
|
|
"eslint-config-common": "*",
|
|
"tsconfig": "*"
|
|
}
|
|
}
|