UNPKG

@open-social-protocol/osp-plugin-api-types

Version:
35 lines 825 B
{ "name": "@open-social-protocol/osp-plugin-api-types", "description": "API types for Open Social Protocol plugins", "version": "1.1.24", "private": false, "repository": { "type": "git", "url": "git+https://github.com/Open-Social-Protocol/osp-plugin-api-types.git" }, "keywords": [ "osp", "open social protocol", "plugin", "typings" ], "author": "Open Social Protocol", "license": "MIT License", "bugs": { "url": "https://github.com/Open-Social-Protocol/osp-plugin-api-types/issues" }, "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx .", "build": "tsc" }, "eslintConfig": { "extends": [ "eslint:recommended", "react-app" ] }, "devDependencies": { "@stylistic/eslint-plugin-ts": "^1.8.0" } }