forked from anyuzer/draft-ra-wiki
-
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) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 876 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
{
"private": true,
"version": "0.0.0-development",
"name": "@telus/reference-architecture",
"description": "TELUS Reference Architecture Documentation",
"author": "Ahmad Nassri <ahmad.nassri@telus.com> (https://telus.com/digital/)",
"homepage": "https://github.com/telus/reference-architecture",
"repository": {
"type": "git",
"url": "https://github.com/telus/reference-architecture.git"
},
"license": "MIT",
"keywords": [
"wiki",
"architecture"
],
"bugs": {
"url": "https://github.com/telus/reference-architecture/issues"
},
"scripts": {
"lint:audit": "npm audit",
"lint:deps": "npx updated",
"lint:ec": "npx editorconfig-checker .",
"lint:md": "npx remark --quiet --frail .",
"lint": "npx npm-run-all -p lint:*",
"setup-local": "npx install-group peer --package @telus/build-essential --no-save"
}
}