-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 902 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
28
29
30
31
{
"name": "locus",
"version": "1.0.0",
"description": "> **Deterministic AST Safety Guard, High-Throughput Compound Pipelines, Bidirectional Intent & Contract Synthesizer, Polyglot Cross-Module Graph, and Zero-Dependency Model Context Protocol (MCP) Server in Pure Safe Rust.**",
"main": "index.js",
"directories": {
"test": "tests"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadshady747-create/LOCUS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahmadshady747-create/LOCUS/issues"
},
"homepage": "https://github.com/ahmadshady747-create/LOCUS#readme",
"devDependencies": {
"typescript": "^7.0.2",
"vite": "^8.2.2"
}
}