Timo Hocker
b6ec3b29db
All checks were successful
continuous-integration/drone/push Build is passing
@sapphirecode/encoding-helper: 1.0.46 ==> 1.0.48 minor @sapphirecode/eslint-config: 2.1.13 ==> 2.1.15 minor @stryker-mutator/core: 3.3.0 ==> 3.3.1 minor @stryker-mutator/javascript-mutator: 3.3.0 ==> 3.3.1 minor ava: 3.9.0 ==> 3.10.1 minor eslint: 7.3.1 ==> 7.4.0 minor
36 lines
895 B
JSON
36 lines
895 B
JSON
{
|
|
"name": "@sapphirecode/crypto-helper",
|
|
"version": "1.1.55",
|
|
"main": "index.js",
|
|
"author": "Timo Hocker <timo@scode.ovh>",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"cryptography"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.scode.ovh:timo/crypto-helper"
|
|
},
|
|
"description": "simple functions for cryptography",
|
|
"devDependencies": {
|
|
"@sapphirecode/eslint-config": "^2.1.4",
|
|
"@stryker-mutator/core": "^3.2.3",
|
|
"@stryker-mutator/javascript-mutator": "^3.2.3",
|
|
"ava": "^3.8.2",
|
|
"eslint": "^7.0.0",
|
|
"nyc": "^15.0.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
|
"test": "nyc ava",
|
|
"mutate": "stryker run",
|
|
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
|
},
|
|
"dependencies": {
|
|
"@sapphirecode/encoding-helper": "^1.0.38"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"index.js"
|
|
]
|
|
} |