1 | {
|
2 | "name": "@glimmer/interfaces",
|
3 | "version": "0.88.1",
|
4 | "repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/interfaces",
|
5 | "type": "module",
|
6 | "types": "index.d.ts",
|
7 | "exports": {
|
8 | "types": "./index.d.ts"
|
9 | },
|
10 | "publishConfig": {
|
11 | "access": "public"
|
12 | },
|
13 | "files": [
|
14 | "lib",
|
15 | "index.d.ts"
|
16 | ],
|
17 | "dependencies": {
|
18 | "@simple-dom/interface": "^1.4.0"
|
19 | },
|
20 | "devDependencies": {
|
21 | "eslint": "^8.52.0",
|
22 | "publint": "^0.2.5",
|
23 | "rollup": "^4.5.1",
|
24 | "typescript": "*",
|
25 | "@glimmer-workspace/build-support": "^1.0.0"
|
26 | },
|
27 | "scripts": {
|
28 | "test:lint": "eslint .",
|
29 | "test:publint": "publint",
|
30 | "test:types": "tsc --noEmit"
|
31 | }
|
32 | } |
\ | No newline at end of file |