forked from altair-graphql/altair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.86 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "altair",
"version": "2.4.6",
"license": "MIT",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)",
"description": "The best graphQL client you will ever need",
"homepage": "https://imolorhe.github.io/altair/",
"keywords": [
"graphql",
"altair",
"wysiwyg",
"editor",
"client"
],
"scripts": {
"test": "lerna bootstrap -- --frozen-lockfile && lerna run test --stream",
"test:ci": "start-server-and-test start-test-server http://localhost:5400/test test",
"start-test-server": "./bin/start_ci_test_server.sh",
"local-verify": "npm run build-app && lerna bootstrap",
"build-app": "lerna run --scope altair-app build --stream",
"build-electron": "lerna bootstrap && lerna run --scope altair build --stream",
"build-ext": "npm run build-app && ./bin/chrome_ext.sh",
"postinstall": "opencollective postinstall",
"lerna-publish": "lerna publish from-git --force-publish=* --yes",
"publish-packages": "lerna bootstrap && npm run lerna-publish",
"build-ext2": "npm run build-app && cwex build",
"snyk-protect": "snyk protect"
},
"engines": {
"node": ">= 6.9.1"
},
"devDependencies": {
"cwex": "^1.0.2",
"lerna": "^3.16.0",
"opencollective": "^1.0.3",
"snyk": "^1.195.0",
"start-server-and-test": "^1.10.6",
"web-ext": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imolorhe/altair.git"
},
"bugs": {
"url": "https://github.com/imolorhe/altair/issues"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"snyk": true,
"private": true
}