blob: 5c9a49f451397a733458b5236631de3d47fa61ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "@shapex/shapex",
"version": "1.1.2",
"license": "MIT",
"exports": "./src/shapex.ts",
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.11",
"@std/testing": "jsr:@std/testing"
}
}
|