forked from altair-graphql/altair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.31 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "altair",
"version": "4.0.8",
"license": "MIT",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)",
"description": "The best graphQL client you will ever need",
"homepage": "https://altair-graphql.github.io/altair/",
"keywords": [
"graphql",
"altair",
"wysiwyg",
"editor",
"client"
],
"scripts": {
"test": "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:ci": "lerna bootstrap -- --frozen-lockfile",
"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",
"build-docs": "yarn --cwd site/src/.vuepress/plugins/github-metadata install && yarn --cwd site install && yarn --cwd site build",
"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": {
"chalk": "^4.1.0",
"cwex": "^1.0.2",
"execa": "^5.0.0",
"inquirer": "^7.3.3",
"lerna": "^3.16.0",
"ng-packagr": "^11.2.4",
"opencollective": "^1.0.3",
"snyk": "^1.195.0",
"start-server-and-test": "^1.10.6",
"typedoc": "^0.17.7",
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "^4.2.2",
"web-ext": "^5.0.0"
},
"resolutions": {
"y18n": "4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/altair-graphql/altair.git"
},
"bugs": {
"url": "https://github.com/altair-graphql/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,
"dependencies": {
"@changesets/cli": "^2.16.0"
}
}