billboard-sdk
Version:
Billboard SDK for interacting with billboard protocol
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "billboard-sdk",
"version": "0.1.6",
"description": "Billboard SDK for interacting with billboard protocol",
"main": "./build/index.js",
"types": "./build/src/index.d.ts",
"files": [
"build"
],
"scripts": {
"build": "webpack --mode production",
"clean": "rm -rf build",
"dev": "webpack --mode development --watch",
"lint": "eslint src --ext .ts,.tsx",
"test": "echo 'No tests for now'"
},
"keywords": [
"billboard",
"sdk"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@monorepo/hooks": "1.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.9.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
},
"dependencies": {
"firebase": "^11.3.0"
},
"publishConfig": {
"access": "public"
}
}