forked from danchitnis/webgl-plot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 841 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 841 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
{
"name": "webgl-plot",
"version": "0.3.1",
"description": "High-performance 2D plotting library based on native WebGL",
"main": "./dist/webglplot.umd.js",
"module": "./dist/webglplot.esm.js",
"typings": "./dist/webglplot.d.ts",
"types": "./dist/webglplot.d.ts",
"devDependencies": {
"rollup": "^2.23.0",
"typedoc": "^0.17.8",
"typedoc-plugin-markdown": "^2.4.0",
"typescript": "^3.9.7"
},
"scripts": {
"build": "tsc && rollup -c",
"doc": "typedoc",
"sdk": "yarn dlx @yarnpkg/pnpify --sdk vscode"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danchitnis/webgl-plot.git"
},
"author": "Danial Chitnis",
"license": "MIT",
"bugs": {
"url": "https://github.com/danchitnis/webgl-plot/issues"
},
"homepage": "https://github.com/danchitnis/webgl-plot"
}