-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 878 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 878 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
{
"name": "optomancy",
"version": "1.0.0",
"description": "A grammar of graphics of immersive visualization and interactions",
"type": "module",
"source": "src/optomancy.ts",
"module": "./dist/optomancy.module.js",
"types": "./dist/optomancy.d.ts",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wizualization/optomancy.git"
},
"author": "Peter Butcher <pbutcher93@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wizualization/optomancy/issues"
},
"homepage": "https://github.com/Wizualization/optomancy#readme",
"dependencies": {
"d3": "7.4.0",
"lodash": "4.17.21",
"microbundle": "0.14.2",
"typescript": "4.6.3"
},
"devDependencies": {
"@types/d3": "7.1.0",
"@types/lodash": "4.14.184"
}
}