crypto-helper/package.json
Timo Hocker b2dbea979f
All checks were successful
continuous-integration/drone/push Build is passing
use jasmine
2020-10-04 12:18:39 +02:00

44 lines
1.1 KiB
JSON

{
"name": "@sapphirecode/crypto-helper",
"version": "1.1.58",
"main": "index.js",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/crypto-helper",
"license": "MIT",
"keywords": [
"cryptography",
"crypto",
"hashing"
],
"repository": {
"type": "git",
"url": "https://git.scode.ovh:timo/crypto-helper.git"
},
"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",
"@types/jasmine": "^3.5.14",
"eslint": "^7.0.0",
"jasmine": "^3.6.1",
"nyc": "^15.0.1"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc jasmine --config=\"jasmine.json\"",
"mutate": "stryker run",
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
},
"dependencies": {
"@sapphirecode/encoding-helper": "^1.0.38"
},
"files": [
"LICENSE",
"index.js"
]
}