snort/packages/system-web/package.json

26 lines
520 B
JSON
Raw Permalink Normal View History

2023-10-09 13:35:21 +00:00
{
"name": "@snort/system-web",
2023-11-26 17:55:55 +00:00
"version": "1.0.3",
2023-10-09 13:35:21 +00:00
"description": "Web based components @snort/system",
"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": {
2023-11-26 17:55:55 +00:00
"@snort/shared": "^1.0.10",
"@snort/system": "^1.1.5",
2023-10-09 13:35:21 +00:00
"dexie": "^3.2.4"
},
"devDependencies": {
"typescript": "^5.2.2"
}
}