Add support for CI

This commit is contained in:
Jack Hadrill
2022-01-29 11:43:08 +00:00
parent 20cf4e0731
commit 2dedbba5b7
2 changed files with 40 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"description": "An implementation of the Romulus-M cryptography specification.",
"main": "index.js",
"scripts": {
"lint": "ts-standard",
"test": "jest",
"build": "tsc"
},