mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 04:12:35 +00:00
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"name": "@textplace/core",
|
|
"version": "0.5.0",
|
|
"exports": "./src/mod.ts",
|
|
"imports": {
|
|
"@std/cli": "jsr:@std/cli@1"
|
|
},
|
|
"publish": {
|
|
"include": ["src/**/*.ts", "LICENSE", "README.md"]
|
|
}
|
|
}
|