@data-loom/functions-js
Version:
JS Client library to interact with Dataloom Functions.
58 lines • 1.6 kB
JSON
{
"name": "@data-loom/functions-js",
"version": "0.0.6",
"description": "JS Client library to interact with Dataloom Functions.",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"types": "dist/module/index.d.ts",
"sideEffects": false,
"scripts": {
"clean": "rimraf dist docs/v2",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"build": "run-s clean format build:*",
"build:main": "npx tsc -p tsconfig.json",
"build:module": "npx tsc -p tsconfig.module.json",
"docs": "typedoc src/index.ts --out docs/v2",
"docs:json": "typedoc --json docs/v2/spec.json --excludeExternals src/index.ts",
"test": "jest",
"test:cov": "exit 0",
"lint": "exit 0"
},
"keywords": [
"functions",
"dataloom"
],
"author": "Dataloom",
"files": [
"dist"
],
"license": "MIT",
"dependencies": {
"@data-loom/node-fetch": "0.0.6"
},
"devDependencies": {
"@sebbo2002/semantic-release-jsr": "^1.0.0",
"@types/jest": "~29.2.4",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^18.16.19",
"genversion": "^3.1.1",
"jest": "^29.6.1",
"jsonwebtoken": "^9.0.2",
"nanoid": "^3.3.3",
"npm-run-all": "^4.1.5",
"openai": "^4.52.5",
"prettier": "^2",
"rimraf": "^3.0.0",
"semantic-release-plugin-update-version-in-files": "^1.1.0",
"testcontainers": "^8.5.1",
"ts-jest": "^28.0.7",
"ts-node": "^10.4.0",
"ts-test-decorators": "^0.0.6",
"typedoc": "~0.23.24",
"typescript": "^4",
"eslint": "^8"
},
"publishConfig": {
"access": "public"
}
}