UNPKG

826 BJSONView Raw
1{
2 "name": "@mintlab/kitchen-sink",
3 "version": "3.2.0",
4 "license": "EUPL-1.1",
5 "description": "Mintlab utility functions.",
6 "author": "Mintlab B.V.",
7 "contributors": [
8 "Eric Bednarz <eric.bednarz+npm@gmail.com>"
9 ],
10 "main": "source/index.js",
11 "files": [
12 "source/"
13 ],
14 "publishConfig": {
15 "access": "public"
16 },
17 "repository": "gitlab:zaaksysteem/zaaksysteem-frontend.git",
18 "scripts": {
19 "format": "prettier --write ./source/*.js",
20 "lint": "eslint ./source",
21 "pretest": "npm run lint",
22 "test": "nyc tape './source/index.test.js' './source/*.test.js' | tap-nirvana"
23 },
24 "devDependencies": {
25 "cpy-cli": "^2.0.0",
26 "del-cli": "^1.1.0",
27 "nyc": "^13.1.0",
28 "tap-nirvana": "^1.1.0",
29 "tape": "^4.9.2"
30 },
31 "gitHead": "50e439dbda4299ffe7e6259cd71535632f7c0786"
32}