Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@atjson/peritext package for creating and manipulating peritext as a first class data structure #1825

Merged
merged 10 commits into from
Dec 5, 2024
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/@atjson/peritext/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @atjson/util
colin-alexa marked this conversation as resolved.
Show resolved Hide resolved

Utility functions to replace `@atjson/hir` for rendering.
17 changes: 17 additions & 0 deletions packages/@atjson/peritext/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "@atjson/peritext",
"version": "0.1.0",
"description": "Functions for building and transforming peritext documents",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
"types": "dist/commonjs/index.d.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@atjson/util": "file:../util",
"@atjson/document": "file:../document",
"uuid-random": "^1.3.0"
}
}
Loading
Loading