@walkeros/server-destination-meta
Version:
Meta server destination for walkerOS
60 lines (59 loc) • 1.49 kB
JSON
{
"name": "@walkeros/server-destination-meta",
"description": "Meta server destination for walkerOS",
"version": "0.0.8",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./examples": {
"types": "./dist/examples/index.d.ts",
"import": "./dist/examples/index.mjs",
"require": "./dist/examples/index.js"
}
},
"files": [
"dist/**"
],
"scripts": {
"build": "tsup --silent",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "jest --watchAll --colors",
"lint": "tsc && eslint \"**/*.ts*\"",
"test": "jest",
"update": "npx npm-check-updates -u && npm update"
},
"dependencies": {
"@walkeros/server-core": "0.0.8"
},
"devDependencies": {},
"repository": {
"url": "git+https://github.com/elbwalker/walkerOS.git",
"directory": "packages/server/destinations/meta"
},
"author": "elbwalker <hello@elbwalker.com>",
"homepage": "https://github.com/elbwalker/walkerOS#readme",
"bugs": {
"url": "https://github.com/elbwalker/walkerOS/issues"
},
"keywords": [
"walker",
"walkerOS",
"destination",
"server",
"meta",
"capi"
],
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/elbwalker"
}
]
}