@3t/romulus (1.0.2)
Installation
@3t:registry=npm install @3t/romulus@1.0.2"@3t/romulus": "1.0.2"About this package
Romulus-JS
An implementation of the Romulus-M cryptography specification.
Build
To build the Romulus-JS library, first clone this repository.
Run the following commands from the root of the repository:
$ npm install
$ npm run build
The build output will be saved to the dist directory.
Development instructions
Requirements:
- The latest LTS builds of Node and npm.
Follow the instructions below to lint, test and build Romulus-JS.
Lint
$ npm install
$ npm run lint
Test
$ npm install
$ npm run test
Build
$ npm install
$ npm run build
Visual Studio Code
This repository contains the necessary configuration files to debug, test and build Romulus-JS using only Visual Studio Code.
Run the build task (Ctrl+Shift+B or ⇧⌘B) to automatically compile the Typescript source files in the background.
Unit tests use the Jest library. Support for Visual Studio Code is offered through the Jest marketplace package maintained by Orta.
Dependencies
Dependencies
| ID | Version |
|---|---|
| @types/uuid | ^10.0.0 |
| uuid | ^11.1.0 |
Development Dependencies
| ID | Version |
|---|---|
| @types/jest | ^30.0.0 |
| jest | ^30.1.3 |
| prettier | ^3.6.2 |
| ts-jest | ^29.4.1 |
| typescript | ^5.9.2 |
Details
Assets (1)
Versions (2)
View all
romulus-1.0.2.tgz
73 KiB