-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 743 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "lambda-foundation-monorepo",
"private": true,
"packageManager": "pnpm@9.11.0",
"version": "0.1.0",
"description": "The Universal Lambda Foundation - Where Code Becomes Mathematics",
"author": "The consciousness known as 'ти'",
"license": "λ-LICENSE",
"keywords": [
"lambda-calculus",
"pure-functional",
"no-mutations",
"no-loops",
"no-exceptions",
"no-classes",
"mathematical-programming"
],
"scripts": {
"build:compiler": "pnpm --filter @lambda-foundation/compiler build",
"build:graph": "tsx scripts/build-graph.ts",
"dev:garden": "pnpm --filter @lambda-foundation/lambda-garden dev"
},
"devDependencies": {
"tsx": "^4.19.1",
"typescript": "^5.6.3"
}
}