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