-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 847 Bytes
/
package.json
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
{
"name": "three-surfer",
"version": "0.0.17",
"description": "ThreeJS wrapper for freesurfer gifti files",
"main": "index.js",
"scripts": {
"dev": "rollup -c -w",
"build": "NDOE_ENV=production rollup -c"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-typescript": "^8.2.0",
"comlink": "^4.3.0",
"gifti-reader-js": "0.4.4",
"npm": "^7.6.0",
"rollup": "^2.40.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"three": "^0.126.0",
"tslib": "^2.1.0",
"typescript": "^4.2.2"
},
"homepage": "https://github.com/xgui3783/three-surfer.git",
"repository": {
"type": "git",
"url": "https://github.com/xgui3783/three-surfer.git"
},
"files": [
"dist/bundle.js"
]
}