|
1 | 1 | { |
2 | | - "version": "0.36.0", |
3 | 2 | "author": "Joep Meindertsma", |
4 | 3 | "dependencies": { |
5 | 4 | "@noble/ed25519": "1.6.0", |
|
10 | 9 | }, |
11 | 10 | "description": "", |
12 | 11 | "devDependencies": { |
| 12 | + "@tomic/cli": "workspace:*", |
13 | 13 | "@types/fast-json-stable-stringify": "^2.1.0", |
14 | 14 | "chai": "^4.3.4", |
15 | 15 | "typescript": "^4.8", |
16 | | - "whatwg-fetch": "^3.6.2", |
17 | | - "@tomic/cli": "workspace:*" |
| 16 | + "whatwg-fetch": "^3.6.2" |
18 | 17 | }, |
19 | 18 | "files": [ |
20 | 19 | "dist" |
21 | 20 | ], |
| 21 | + "gitHead": "2172c73d8df4e5f273e6386676abc91b6c5b2707", |
22 | 22 | "license": "MIT", |
23 | | - "main-dev": "src/index.ts", |
24 | 23 | "main": "dist/src/index.js", |
| 24 | + "main-dev": "src/index.ts", |
25 | 25 | "name": "@tomic/lib", |
26 | 26 | "publishConfig": { |
27 | 27 | "access": "public" |
28 | 28 | }, |
29 | 29 | "scripts": { |
30 | 30 | "build": "tsc", |
| 31 | + "generate-ontologies": "ad-generate ontologies", |
31 | 32 | "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx", |
32 | 33 | "lint-fix": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix", |
33 | 34 | "prepublishOnly": "pnpm run build && pnpm run lint-fix", |
34 | | - "watch": "tsc --build --watch", |
35 | 35 | "start": "pnpm watch", |
36 | 36 | "test": "NODE_OPTIONS='--experimental-vm-modules' ../node_modules/jest/bin/jest.js", |
37 | 37 | "tsc": "tsc --build", |
38 | 38 | "typecheck": "tsc --noEmit", |
39 | | - "generate-ontologies": "ad-generate ontologies" |
| 39 | + "watch": "tsc --build --watch" |
40 | 40 | }, |
41 | 41 | "source": "src/index.ts", |
42 | 42 | "type": "module", |
43 | 43 | "types": "dist/src/index.d.ts", |
44 | | - "gitHead": "2172c73d8df4e5f273e6386676abc91b6c5b2707" |
| 44 | + "version": "0.36.0" |
45 | 45 | } |
0 commit comments