📄 package.json
D-OPEN SOVEREIGN
1{
2  "name": "@the_library/canonical-schemas",
3  "version": "1.0.0",
4  "type": "module",
5  "exports": {
6    "./types/StandardAdapter": {
7      "types": "./types/StandardAdapter.ts",
8      "default": "./types/StandardAdapter.ts"
9    },
10    "./types/StandardDefinition": {
11      "types": "./types/StandardDefinition.ts",
12      "default": "./types/StandardDefinition.ts"
13    },
14    "./standards/*": "./standards/*.json",
15    "./definitions/*": "./definitions/*.json",
16    "./schemas/StandardDefinition/1.0": "./schemas/StandardDefinition.1.0.json",
17    "./package.json": "./package.json"
18  },
19  "files": ["types", "standards", "definitions", "schemas", "governance"],
20  "devDependencies": {
21    "typescript": "^6.0.3"
22  }
23}
24