This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.72 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
{
"name": "@gapi/core",
"version": "1.8.23",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi.git"
},
"author": "Kristian Tachev <kristiqn.tachev@gmail.com> (Stradivario)",
"scripts": {
"postpublish": "git push -f ssh://git@gitlab.youvolio.com:522/gapi/gapi.git -f && git push ssh://git@gitlab.youvolio.com:522/gapi/gapi.git --tags && git push --tags",
"lint": "echo",
"pretest": "npm run lint",
"test": "echo",
"ammend": "git add . && git commit --amend && git push -f && git push -f git@github.com:Stradivario/gapi-core.git"
},
"keywords": [
"graphql",
"gapi",
"node"
],
"license": "MIT",
"bugs": {
"url": "http://gitlab.youvolio.com/open-source/gapi/issues"
},
"module": "index.js",
"typings": "index.d.ts",
"dependencies": {
"@gapi/daemon": "^1.8.22",
"@rxdi/core": "0.7.41",
"@rxdi/graphql": "0.7.40",
"@rxdi/graphql-pubsub": "0.7.38",
"@rxdi/hapi": "0.7.38",
"graphql-geojson": "^1.0.0",
"graphql-tools": "^3.0.2"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/"
],
"coverageReporters": [
"lcov",
"html"
],
"rootDir": "./",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json",
"node"
],
"transform": {
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "/development/.*\\.spec.(ts|tsx|js)$",
"verbose": true,
"collectCoverage": true
},
"description": "![Build Status](http://gitlab.youvolio.com/gapi/gapi-starter/badges/master/build.svg)",
"main": "index.js",
"devDependencies": {
"@types/hapi": "^18.0.2",
"typescript": "^3.0.1"
}
}