forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
37
node_modules/@weborigami/origami/package.json
generated
vendored
Normal file
37
node_modules/@weborigami/origami/package.json
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user