FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
danfojs/package.json at dev · javascriptdata/danfojs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
javascriptdata
/
danfojs
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
222
Star
5.1k
Code
Issues
72
Pull requests
30
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
danfojs
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 818 Bytes
Breadcrumbs
danfojs
/
package.json
Copy path
File metadata and controls
21 lines (21 loc) · 818 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name"
:
"
danfo
"
,
"version"
:
"
1.2.0
"
,
"private"
:
true
,
"workspaces"
: [
"
danfojs-node/**
"
,
"
danfojs-browser/**
"
],
"scripts"
: {
"install"
:
"
cd src/danfojs-base && yarn && cd ../danfojs-browser && yarn && cd ../danfojs-node && yarn
"
,
"build"
:
"
yarn build:browser && yarn build:node
"
,
"build:browser"
:
"
cd src/danfojs-browser && yarn build:clean
"
,
"build:node"
:
"
cd src/danfojs-node && yarn build:clean
"
,
"pretest"
:
"
cd src/danfojs-base && yarn
"
,
"test"
:
"
yarn test:browser && yarn test:node
"
,
"pretest:browser"
:
"
yarn pretest
"
,
"test:browser"
:
"
cd src/danfojs-browser && yarn && yarn test:clean
"
,
"pretest:node"
:
"
yarn pretest
"
,
"test:node"
:
"
cd src/danfojs-node && yarn && yarn test:clean
"
}
}
Back
|
FazBrowse Home
|
New Git URL