File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/dommatrix/package.json
{
"name": "dommatrix",
"version": "1.0.3",
"description": "ES6+ shim for DOMMatrix",
"main": "dist/dommatrix.js",
"module": "dist/dommatrix.esm.js",
"types": "types/index.d.ts",
"jsnext": "src/index.js",
"files": [
"dist",
"types",
"src"
],
"scripts": {
"test": "npx cypress run",
"cypress": "npx cypress open",
"coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary",
"build": "npm run lint:js && npm-run-all --parallel build-* && npm run docs-copy",
"custom-build": "rollup -c --environment",
"fix:js": "eslint src --config .eslintrc --fix",
"lint:js": "eslint src --config .eslintrc",
"build:ts": "tsc -d",
"build-js": "rollup --environment FORMAT:umd,MIN:false -c",
"docs-copy": "ncp dist/dommatrix.js docs/dommatrix.js",
"build-js-min": "rollup --environment FORMAT:umd,MIN:true -c",
"build-esm": "rollup --environment FORMAT:esm,MIN:false -c",
"build-esm-min": "rollup --environment FORMAT:esm,MIN:true -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thednp/dommatrix.git"
},
"keywords": [
"dommatrix",
"cssmatrix",
"shim",
"polyfill",
"nodejs",
"dom",
"css",
"transform",
"javascript"
],
"author": "thednp",
"license": "MIT",
"bugs": {
"url": "https://github.com/thednp/dommatrix/issues"
},
"homepage": "https://thednp.github.io/dommatrix/",
"devDependencies": {
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
"@cypress/code-coverage": "^3.9.12",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"cypress": "^9.6.1",
"esbuild": "^0.14.30",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.7.0",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^2.28.1",
"rollup-plugin-terser": "^5.3.0",
"typescript": "^4.5.2"
}
}