-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 821 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@vuu-ui/vuu-data-remote",
"version": "0.13.114",
"main": "src/index.ts",
"author": "heswell",
"license": "Apache-2.0",
"scripts": {
"build": "node ../../scripts/run-build-worker.mjs && node ../../scripts/run-build-rollup.mjs",
"build:dev": "node ../../scripts/run-build-worker.mjs && node ../../scripts/run-build.mjs -- --dev",
"build:worker": "node ../../scripts/run-build-worker.mjs",
"test": "vitest run",
"type-defs": "node ../../scripts/build-type-defs.mjs"
},
"devDependencies": {
"@vuu-ui/vuu-data-types": "0.13.114",
"@vuu-ui/vuu-table-types": "0.13.114",
"@vuu-ui/vuu-filter-types": "0.13.114",
"@vuu-ui/vuu-protocol-types": "0.13.114"
},
"dependencies": {
"@vuu-ui/vuu-filter-parser": "0.13.114",
"@vuu-ui/vuu-utils": "0.13.114"
}
}