| { |
| "author": "Christian Johansen", |
| "dependencies": { |
| "@sinonjs/commons": "^1", |
| "@sinonjs/samsam": "^5.0.2" |
| }, |
| "description": "Human-readable object formatting", |
| "devDependencies": { |
| "@sinonjs/referee": "^4.0.0", |
| "@studio/changes": "^2.0.0", |
| "eslint": "^6.5.1", |
| "eslint-config-prettier": "^6.4.0", |
| "eslint-config-sinon": "^3.0.1", |
| "eslint-plugin-ie11": "^1.0.0", |
| "eslint-plugin-mocha": "^6.1.1", |
| "eslint-plugin-prettier": "^3.1.1", |
| "jsdom": "^16.1.0", |
| "jsdom-global": "^3.0.2", |
| "mocha": "^7.0.1", |
| "nyc": "^15.0.0", |
| "prettier": "^1.18.2", |
| "rollup": "1.31.0", |
| "rollup-plugin-commonjs": "10.1.0" |
| }, |
| "files": [ |
| "lib/**/*[^test].js" |
| ], |
| "homepage": "https://sinonjs.github.io/formatio/", |
| "license": "BSD-3-Clause", |
| "main": "./lib/formatio", |
| "name": "@sinonjs/formatio", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/sinonjs/formatio.git" |
| }, |
| "scripts": { |
| "build": "npm run build:dist-folder && npm run build:bundle", |
| "build:bundle": "rollup -c > dist/formatio.js", |
| "build:dist-folder": "mkdirp dist", |
| "lint": "eslint .", |
| "postversion": "git push --follow-tags && npm publish --access public", |
| "prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin", |
| "preversion": "npm run test-check-coverage", |
| "test": "mocha 'lib/**/*.test.js'", |
| "test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100", |
| "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test", |
| "version": "changes --commits --footer" |
| }, |
| "version": "5.0.1" |
| } |