forked from mitre-attack/attack-navigator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 786 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@quantum-sec/attack-navigator",
"version": "0.0.0-development",
"description": "Custom distro of the MITRE ATT&CK Navigator app with dark mode and Quantum's prebuilt layers.",
"repository": {
"type": "git",
"url": "git@github.com:quantum-sec/attack-navigator.git"
},
"scripts": {
"lint": "stylelint \"nav-app/src/quantum.scss\"",
"start": "npm run start --prefix nav-app",
"build": "npm run build --prefix nav-app"
},
"devDependencies": {
"@quantum-sec/stylelint-config": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"stylelint": "^13.2.0",
"stylelint-config-standard": "^19.0.0"
},
"author": "Quantum Security Pte. Ltd.",
"license": "SEE LICENSE IN LICENSE"
}