-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 942 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
{
"name": "marbling-experiment",
"version": "1.0.0",
"description": "An early experiment toward building a marbling simulation",
"main": "dist/index.js",
"private": "true",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amandaghassaei/MarblingExperiment.git"
},
"author": "Amanda Ghassaei",
"license": "MIT",
"bugs": {
"url": "https://github.com/amandaghassaei/MarblingExperiment/issues"
},
"homepage": "https://github.com/amandaghassaei/MarblingExperiment#readme",
"dependencies": {
"gpu-io": "^0.1.7"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-typescript": "^9.0.2",
"rollup": "^3.3.0",
"tslib": "^2.4.1",
"typescript": "^4.8.4"
}
}