23 lines
644 B
JSON
23 lines
644 B
JSON
{
|
|
"name": "@terrace-lang/rust",
|
|
"description": "Terrace is a simple structured data syntax for configuration, content authoring, and DSLs.",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/terrace-lang/terrace.git",
|
|
"directory": "packages/rust"
|
|
},
|
|
"bugs": "https://github.com/terrace-lang/terrace/issues",
|
|
"homepage": "https://terrace-lang.org",
|
|
"scripts": {
|
|
"test": "cargo test",
|
|
"build": "cargo build --release",
|
|
"check": "cargo check",
|
|
"doc": "cargo doc",
|
|
"example": "cargo run --example basic"
|
|
},
|
|
"engines": {
|
|
"rust": ">=1.70.0"
|
|
}
|
|
} |