-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 900 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 900 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "too-unique-to-hide-aus",
"version": "1.0.0",
"description": "Privacy Risk Calculator - Australian Edition",
"main": "dist/calculator.js",
"scripts": {
"dev": "observable preview",
"build": "observable build",
"deploy": "observable deploy",
"clean": "rm -rf dist .observablehq/cache",
"observable": "observable",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"keywords": [
"privacy",
"data-protection",
"australia",
"risk-calculator"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@observablehq/framework": "^1.13.3",
"@vitest/coverage-v8": "^1.6.0",
"jsdom": "^24.0.0",
"typescript": "^5.3.3",
"vitest": "^1.6.0"
},
"dependencies": {
"@observablehq/plot": "^0.6.17",
"d3": "^7.9.0",
"d3-dsv": "^3.0.1",
"htl": "^0.3.1"
}
}