summaryrefslogtreecommitdiff
path: root/deno.json
blob: 49c98e6c4f02a4c4803b153c29b8bef49dcebeb9 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "@shapex/shapex",
  "version": "1.0.12",
  "license": "MIT",
  "exports": "./src/shapex.ts",
  "imports": {
    "@std/assert": "jsr:@std/assert@^1.0.11",
    "@std/testing": "jsr:@std/testing"
  }
}