socialfi
Version:
Build social features into your app with ease
75 lines • 1.85 kB
JSON
{
"name": "socialfi",
"version": "0.1.14",
"description": "Build social features into your app with ease",
"main": "dist/api.js",
"types": "dist/api.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/api.d.ts",
"import": "./dist/api.js",
"default": "./dist/api.js"
}
},
"keywords": [
"tapestry",
"social",
"sdk",
"api",
"social-network",
"typescript",
"javascript",
"web3",
"blockchain",
"social-graph",
"primitives"
],
"author": {
"name": "Primitives",
"url": "https://github.com/primitives-xyz"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/primitives-xyz/socialfi.git"
},
"bugs": {
"url": "https://github.com/primitives-xyz/socialfi/issues"
},
"homepage": "https://github.com/primitives-xyz/socialfi#readme",
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"swagger-typescript-api": "^13.0.23",
"typescript": "^5.0.0",
"vitest": "^1.3.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "jest --config jest.config.cjs",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"generate": "swagger-typescript-api generate -p https://api.usetapestry.dev/docs.json -o ./src -n api.ts --api-class-name SocialFi --axios --unwrap-response-data --extract-request-params --extract-response-body"
}
}