-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "dom-inline-style-filter",
"version": "1.0.2",
"description": "High-pass data compression filter for inline styling (embedded CSS) by computed effect.",
"main": "./dist/index.min.js",
"scripts": {
"build": "rollup --config ./rollup.config.js",
"test": "npm-run-all build test-syntax test-lint",
"test-lint": "eslint src/index.js",
"test-syntax": "node --check src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zm-cttae/dom-inline-style-filter.git"
},
"keywords": [
"dom"
],
"author": "zm-cttae",
"license": "MIT",
"bugs": {
"url": "https://github.com/zm-cttae/dom-inline-style-filter/issues"
},
"homepage": "https://github.com/zm-cttae/dom-inline-style-filter#readme",
"devDependencies": {
"@lopatnov/rollup-plugin-uglify": "^2.1.5",
"eslint": "^8.40.0",
"eslint-plugin-jsdoc": "^46.2.6",
"npm-run-all": "^4.1.5",
"rollup": "^3.21.5",
"rollup-plugin-commonjs": "^10.1.0",
"terser": "^5.17.1"
}
}