mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2026-01-15 01:42:34 +00:00
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"name": "@textplace/core",
|
|
"version": "0.6.0",
|
|
"exports": "./src/mod.ts",
|
|
"imports": {
|
|
"@std/cli": "jsr:@std/cli@1"
|
|
},
|
|
"publish": {
|
|
"include": ["src/**/*.ts", "LICENSE", "README.md"]
|
|
}
|
|
}
|