mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Added npm shortcuts for test, build and docs
This commit is contained in:
parent
8ed4cb65c5
commit
6cbf9ef2c2
1 changed files with 5 additions and 0 deletions
|
@ -76,5 +76,10 @@
|
||||||
"xmldom": "^0.1.27",
|
"xmldom": "^0.1.27",
|
||||||
"xpath": "0.0.24",
|
"xpath": "0.0.24",
|
||||||
"zlibjs": "^0.2.0"
|
"zlibjs": "^0.2.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "grunt dev",
|
||||||
|
"test": "grunt test",
|
||||||
|
"docs": "grunt docs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue