inline-critical/package.json
2019-07-05 19:52:38 +02:00

84 lines
1.8 KiB
JSON

{
"name": "inline-critical",
"version": "5.2.1",
"description": "Inline critical-path css and load the existing stylesheets asynchronously",
"main": "index.js",
"scripts": {
"test": "xo && jest --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"files": [
"index.js",
"cli.js",
"src"
],
"bin": "cli.js",
"repository": {
"type": "git",
"url": "https://github.com/bezoerb/inline-critical"
},
"keywords": [
"css",
"inline",
"loadcss",
"critical-path"
],
"author": "Ben Zörb <ben@sommerlaune.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bezoerb/inline-critical/issues"
},
"dependencies": {
"chalk": "^2.4.2",
"clean-css": "^4.2.1",
"css": "^2.2.4",
"detect-indent": "^6.0.0",
"dom-serializer": "^0.1.1",
"fg-loadcss": "^2.1.0",
"fs-extra": "^8.0.1",
"get-stdin": "^7.0.0",
"indent-string": "^4.0.0",
"jsdom": "^15.1.1",
"lodash": "^4.17.11",
"meow": "^5.0.0",
"normalize-newline": "3.0.0",
"postcss": "^7.0.17",
"postcss-discard": "^0.3.0",
"prettier": "^1.18.2",
"reaver": "2.0.0",
"resolve": "^1.11.0",
"slash": "^3.0.0",
"uglify-js": "^3.6.0",
"snyk": "^1.189.0"
},
"devDependencies": {
"coveralls": "^3.0.4",
"eslint-plugin-prettier": "^3.1.0",
"execa": "^1.0.0",
"jest": "^24.8.0",
"read-pkg-up": "^6.0.0",
"xo": "^0.24.0"
},
"xo": {
"space": 2,
"prettier": true
},
"jest": {
"roots": [
""
]
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": false
},
"engines": {
"node": ">= 8"
},
"snyk": true
}