@blockprotocol/external-api
Version:
Implementation of the Block Protocol external API service specification for blocks and embedding applications
74 lines (73 loc) • 1.95 kB
JSON
{
"name": "@blockprotocol/external-api",
"version": "0.0.1-canary.12",
"description": "Implementation of the Block Protocol external API service specification for blocks and embedding applications",
"keywords": [
"blockprotocol",
"blocks",
"external-api"
],
"homepage": "https://blockprotocol.org",
"bugs": {
"url": "https://github.com/blockprotocol/blockprotocol/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:blockprotocol/blockprotocol.git",
"directory": "libs/@blockprotocol/external-api"
},
"license": "MIT",
"author": {
"name": "HASH",
"url": "https://hash.ai"
},
"type": "module",
"exports": {
".": "./dist/index.js",
"./react": "./dist/react.js",
"./external-api-service-json": "./dist/external-api-service-json.js"
},
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
],
"react": [
"./dist/react.d.ts"
],
"external-api-service-json": [
"./dist/external-api-service-json.d.ts"
]
}
},
"files": [
"dist"
],
"scripts": {
"build": "yarn clean && tsc --skipLibCheck",
"clean": "rimraf ./dist/",
"fix:eslint": "eslint --fix .",
"generate-service-json": "ts-node-esm --project tsconfig.json ./src/scripts/generate-service-json.ts",
"lint:eslint": "eslint --report-unused-disable-directives .",
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@blockprotocol/core": "0.0.13"
},
"devDependencies": {
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@mapbox/search-js-core": "^1.0.0-beta.14",
"@types/geojson": "^7946.0.10",
"@types/node": "^18.13.0",
"eslint": "8.33.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "4.9.4",
"typescript-json-schema": "^0.55.0"
},
"peerDependencies": {
"react": "^18.0.0"
}
}