43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@ng-eventually/polyfill",
|
|
"version": "1.0.0-dev.2",
|
|
"type": "module",
|
|
"description": "Polyfill of the NextGraph JS SDK over @ng-org/web + @ng-org/orm, with emulated capabilities and inbox. Drop-in; remove at migration.",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@ng-org/web": "*",
|
|
"@ng-org/orm": "*",
|
|
"@ng-org/shex-orm": "*",
|
|
"@ng-org/alien-deepsignals": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@ng-org/web": {
|
|
"optional": true
|
|
},
|
|
"@ng-org/orm": {
|
|
"optional": true
|
|
},
|
|
"@ng-org/shex-orm": {
|
|
"optional": true
|
|
},
|
|
"@ng-org/alien-deepsignals": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@ng-org/web": "0.1.2-alpha.13",
|
|
"@ng-org/shex-orm": "0.1.2-alpha.8",
|
|
"@ng-org/alien-deepsignals": "0.1.2-alpha.11"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test",
|
|
"test:e2e": "bun run e2e/run.ts",
|
|
"test:e2e:app": "bun run e2e/notebook.ts",
|
|
"test:e2e:reactivity": "bun run e2e/reactivity-doc-subscribe.ts"
|
|
}
|
|
}
|