-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 921 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
{
"name": "bokke.js",
"version": "1.0.6",
"description": "dataFrame for the browser",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
"lib/"
],
"types": "lib/esm",
"scripts": {
"build": "tsc -p . && tsc -p tsconfig-cjs.json"
},
"keywords": [
"Data Science JS",
"EDA",
"Vanilla JS/TS",
"Exploratory Data Analysis",
"Data Plots",
"Machine Learning, ML",
"esModule and commonjs"
],
"author": "Sfundo(sk) Mhlungu <[email protected]> (https://sk07.netlify.app/)",
"license": "MIT",
"github": "https://github.com/SfundoMhlungu/bokke.js.git",
"homepage": "https://dev.to/sfundomhlungu/javascript-dataframe-data-science-in-the-browser-6gl",
"dependencies": {
"@types/chart.js": "^2.9.34",
"chart.js": "^3.5.1",
"wabt": "^1.0.24"
}
}