romulus-js/package.json

20 lines
471 B
JSON

{
"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",
"devDependencies": {
"ts-standard": "^11.0.0",
"typescript": "^4.5.5"
}
}