-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 829 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 829 Bytes
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
{
"name": "@fueled/typescript-standards",
"version": "1.1.1",
"description": "A collection of various TypeScript standards and style guides used internally at Fueled.",
"scripts": {
"preinstall": "npm run install:config:node",
"install:config:node": "cd packages/eslint-config-fueled-node && npm prune && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fueled/typescript-standards.git"
},
"contributors": [
{
"name": "Kaspars Zarinovs",
"email": "kaspars@fueled.com"
},
{
"name": "Sergey Podatelev",
"email": "sergey@fueled.com"
}
],
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/Fueled/typescript-standards/issues"
},
"homepage": "https://github.com/Fueled/typescript-standards"
}