Boilerplate TS project.

This commit is contained in:
Jack Hadrill
2022-01-29 10:57:04 +00:00
parent 311568c451
commit ac8778443d
7 changed files with 182 additions and 3 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "romulus-js",
"version": "1.0.0",
"description": "An implementation of the Romulus-M cryptography specification.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.jacknet.io/TerribleCodeClub/romulus-js"
},
"author": "Butlersaurus",
"license": "ISC"
}