-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1007 Bytes
/
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
{
"name": "@relaycorp/shared-config",
"description": "Shared development and CI configuration across projects",
"main": "index.js",
"scripts": {
"build": "exit 0",
"test": "exit 0",
"test:integration": "exit 0",
"fix": "prettier . --write",
"static-checks": "prettier . --list-different"
},
"repository": {
"type": "git",
"url": "git+https://github.com/relaycorp/shared-config.git"
},
"keywords": [
"relaycorp"
],
"author": {
"email": "[email protected]",
"name": "Relaycorp, Inc.",
"url": "https://relaycorp.tech/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/relaycorp/shared-config/issues"
},
"homepage": "https://github.com/relaycorp/shared-config#readme",
"dependencies": {
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-immutable": "^6.0.1"
},
"publishConfig": {
"access": "public"
},
"version": "1.3.6",
"devDependencies": {
"prettier": "^3.4.2"
}
}