-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.02 KB
/
package.json
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": "flexo-sysml2-adapter",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"gen:uml": "bun run src/main.ts resource/UML.xmi | npx graphy read -c ttl / tree / write > build/uml.ttl",
"gen:sysml": "bun run src/main.ts resource/SysML.uml | npx graphy read -c ttl / tree / write > build/sysml2-gen.ttl",
"extract": "bun run src/modeler/extract.ts | npx graphy read -c ttl / tree / write > build/trafficlight.ttl"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@blake.regalia/belt": "^0.35.6",
"@graphy/content.ttl.write": "^4.3.7",
"@graphy/core.data.factory": "^4.3.7",
"jsonld": "^8.3.2",
"node-xml-stream-parser": "^1.0.12"
},
"devDependencies": {
"@blake.regalia/eslint-config-elite": "^0.4.4",
"@blake.regalia/tsconfig": "^0.2.0",
"@types/jsonld": "^1.5.14",
"@types/node": "^20.12.11",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^9.2.0",
"ts-toolbelt": "^9.6.0",
"typescript": "^5.4.5"
}
}