mirror of
https://github.com/FlipsideCrypto/sdk.git
synced 2026-02-06 10:46:43 +00:00
36 lines
860 B
JSON
36 lines
860 B
JSON
{
|
|
"name": "@flipsidecrypto/sdk",
|
|
"version": "1.1.0",
|
|
"description": "The official Flipside Crypto SDK",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/flipsidecrypto/sdk.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/flipsidecrypto/sdk/issues"
|
|
},
|
|
"homepage": "https://github.com/flipsidecrypto/sdk/js/README.md",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage --no-watch",
|
|
"test:run": "vitest run",
|
|
"build": "tsc",
|
|
"prepare": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/ui": "latest",
|
|
"c8": "^7.11.3",
|
|
"vite": "^2.9.5",
|
|
"vitest": "latest"
|
|
},
|
|
"keywords": [],
|
|
"author": "dev@flipsidecrypto.com",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.27.2"
|
|
}
|
|
}
|