snort/packages/system-web/package.json
Kieran 5e1af603b7
Some checks failed
continuous-integration/drone/push Build is failing
refactor: preload with follow list
2024-02-22 11:46:53 +00:00

27 lines
542 B
JSON

{
"name": "@snort/system-web",
"version": "1.2.11",
"description": "Web based components @snort/system",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc"
},
"files": [
"src",
"dist"
],
"dependencies": {
"@snort/shared": "^1.0.14",
"@snort/system": "^1.2.11",
"dexie": "^3.2.4"
},
"devDependencies": {
"typescript": "^5.2.2"
}
}