encoding-helper/package.json
Timo Hocker f8cb920da0
All checks were successful
continuous-integration/drone/push Build is passing
update-scanner: automatic update
@sapphirecode/eslint-config: 2.1.15 ==> 2.1.16 minor
2020-07-19 14:57:40 +02:00

38 lines
958 B
JSON

{
"name": "@sapphirecode/encoding-helper",
"version": "1.0.49",
"main": "index.js",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/encoding-helper",
"description": "Converting strings between different encodings",
"repository": {
"type": "git",
"url": "https://git.scode.ovh:timo/encoding-helper.git"
},
"keywords": [
"encoding"
],
"license": "MIT",
"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"
},
"files": [
"LICENSE",
"index.js",
"index.d.ts"
]
}