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