mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 12:22:35 +00:00
JSR itself does not accept 'jsr:' dependencies in package.json, remove them in the publish workflow before publishing. Add $schema to jsr.json.
7 lines
195 B
JSON
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"]
|
|
}
|