utilities/package.json
Timo Hocker cacdcae9e0
All checks were successful
continuous-integration/drone/push Build is passing
update-scanner: automatic update
@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
2020-07-10 12:20:12 +02:00

39 lines
932 B
JSON

{
"name": "@sapphirecode/utilities",
"version": "1.8.4",
"main": "index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"license": "MIT",
"keywords": [
"utilities",
"regex",
"json"
],
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/utilities"
},
"description": "small utility functions to make much needed features easier to work with",
"devDependencies": {
"@sapphirecode/eslint-config": "^2.1.3",
"@stryker-mutator/core": "^3.2.1",
"@stryker-mutator/javascript-mutator": "^3.2.1",
"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"
],
"engines": {
"node": ">=10"
}
}