38 lines
939 B
JSON
38 lines
939 B
JSON
{
|
|
"name": "@weborigami/origami",
|
|
"version": "0.2.1",
|
|
"description": "Web Origami language, CLI, framework, and server",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/WebOrigami/origami.git"
|
|
},
|
|
"bin": {
|
|
"ori": "src/cli/cli.js"
|
|
},
|
|
"main": "./main.js",
|
|
"types": "./index.ts",
|
|
"devDependencies": {
|
|
"@types/node": "22.7.4",
|
|
"typescript": "5.6.2"
|
|
},
|
|
"dependencies": {
|
|
"@weborigami/async-tree": "0.2.1",
|
|
"@weborigami/language": "0.2.1",
|
|
"@weborigami/types": "0.2.1",
|
|
"exif-parser": "0.1.12",
|
|
"graphviz-wasm": "3.0.2",
|
|
"highlight.js": "11.10.0",
|
|
"marked": "14.1.2",
|
|
"marked-gfm-heading-id": "4.1.0",
|
|
"marked-highlight": "2.1.4",
|
|
"marked-smartypants": "1.1.8",
|
|
"sharp": "0.33.5",
|
|
"yaml": "2.5.1"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test --test-reporter=spec",
|
|
"typecheck": "node node_modules/typescript/bin/tsc"
|
|
}
|
|
}
|