{
	"name": "@schul-cloud/commons",
	"version": "1.3.0",
	"description": "Helpers and common tools for the hpi school-cloud.",
	"repository": {
		"github": "https: //github.com/schul-cloud/commons"
	},
	"license": "MIT",
	"main": "lib/index.js",
	"homepage": "https://github.com/schul-cloud/commons",
	"scripts": {
		"coverage": "cross-env NODE_ENV=test nyc mocha -r ts-node/register -r tsconfig-paths/register test/**/*.spec.ts",
		"mocha": "NODE_ENV=test mocha -r ts-node/register -r tsconfig-paths/register test/**/*.spec.ts",
		"test": "npm run build && npm run coverage",
		"lint": "eslint . --fix --ext .ts,.js,.json,.md --ignore-path .gitignore",
		"lint:ci": "eslint . --ext .ts,.js,.json,.md --ignore-path .gitignore",
		"build": "rm -rf lib && tsc"
	},
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=10.0.0",
		"npm": ">=6.0.0"
	},
	"engineStrict": true,
	"devDependencies": {
		"@istanbuljs/nyc-config-typescript": "^1.0.1",
		"@types/chai": "^4.2.4",
		"@types/config": "0.0.36",
		"@types/dot-object": "^2.1.0",
		"@types/lodash": "^4.14.149",
		"@types/mocha": "^8.0.0",
		"@types/node": "^14.11.2",
		"@types/sinon": "^9.0.5",
		"@typescript-eslint/eslint-plugin": "^2.23.0",
		"@typescript-eslint/parser": "^2.32.0",
		"acorn": "^7.4.1",
		"chai": "^4.2.0",
		"coveralls": "^3.0.7",
		"cross-env": "^7.0.2",
		"eslint": "^6.8.0",
		"eslint-config-airbnb": "^18.0.1",
		"eslint-config-airbnb-base": "^14.0.0",
		"eslint-config-prettier": "^6.11.0",
		"eslint-plugin-import": "^2.21.1",
		"eslint-plugin-json": "^2.1.0",
		"eslint-plugin-jsx-a11y": "^6.2.3",
		"eslint-plugin-markdown": "^1.0.2",
		"eslint-plugin-prettier": "^3.1.4",
		"eslint-plugin-react": "^7.19.0",
		"eslint-plugin-react-hooks": "^4.1.0",
		"mocha": "^8.0.1",
		"nyc": "^15.0.0",
		"prettier": "^2.0.5",
		"sinon": "^9.0.3",
		"ts-node": "^9.0.0",
		"tsconfig-paths": "^3.9.0",
		"tslint": "^5.20.1",
		"tslint-config-airbnb": "^5.11.2",
		"typescript": "^3.7.2"
	},
	"dependencies": {
		"ajv": "^6.12.5",
		"config": "^3.3.1",
		"dot-object": "^2.1.4",
		"dotenv": "^8.2.0",
		"lodash": "^4.17.20"
	},
	"nyc": {
		"extends": "@istanbuljs/nyc-config-typescript",
		"include": [
			"src/**"
		],
		"reporter": [
			"text",
			"lcov"
		]
	}
}
