business-as-code
Version:
Primitives for expressing business logic and processes as code
41 lines (40 loc) • 870 B
JSON
{
"name": "business-as-code",
"version": "2.4.0",
"description": "Primitives for expressing business logic and processes as code",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./finance": {
"import": "./dist/finance/index.js",
"types": "./dist/finance/index.d.ts"
}
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"clean": "rm -rf dist"
},
"dependencies": {
"ai-database": "2.4.0",
"ai-functions": "2.4.0",
"digital-workers": "2.4.0",
"org.ai": "0.0.1"
},
"devDependencies": {},
"keywords": [
"business",
"logic",
"code",
"primitives"
],
"license": "MIT"
}