|
1234567891011121314151617 |
- {
- "name": "lesspass-crypto",
- "version": "9.1.9",
- "description": "LessPass cryptographic functions",
- "license": "GPL-3.0",
- "author": "Guillaume Vincent <guillaume@oslab.fr>",
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "scripts": {
- "test": "jest"
- },
- "devDependencies": {
- "jest": "^26.6.3"
- }
- }
|