CoreTextPlace/jsr.json
laosb b51545ab39 fix: Strip JSR deps before publishing and add deno.json
JSR itself does not accept 'jsr:' dependencies in package.json, remove
them in the publish workflow before publishing. Add $schema to jsr.json.
2025-11-30 10:28:57 +08:00

7 lines
195 B
JSON

{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@textplace/core",
"version": "0.5.0",
"exports": "./src/mod.ts",
"include": ["src/**/*.ts", "LICENSE", "README.md"]
}