-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 1.09 KB
/
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": "graphistry-js",
"version": "1.0.0",
"description": "Libraries for embedding, controlling, and reacting to Graphistry visualizations",
"main": "",
"scripts": {
"lerna": "lerna",
"bootstrap": "lerna bootstrap",
"deploy": "lerna publish",
"build": "lerna run build",
"build:umd": "lerna run build:umd",
"build:prod": "lerna run build:prod",
"build:examples": "lerna run build:examples",
"lint": "lerna run lint",
"clean": "lerna clean && lerna run clean && npm run clean:artifacts && npm run clean:install",
"clean:artifacts": "rm -rf dist && rm -rf docs && rm -rf docs-build",
"clean:install": "rm -rf node_modules",
"lock:fix": "npm i --package-lock-only"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphistry/graphistry-js.git"
},
"author": "Graphistry, Inc",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/graphistry/graphistry-js/issues"
},
"homepage": "https://github.com/graphistry/graphistry-js#readme",
"devDependencies": {
"eslint": "7.32.0",
"lerna": "^6.5.1"
}
}