forked from leeoniya/dropcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 836 Bytes
/
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
{
"name": "dropcss",
"version": "1.0.16",
"description": "An exceptionally fast, thorough and tiny unused-CSS cleaner",
"main": "./dist/dropcss.cjs.js",
"scripts": {
"build": "rollup -c",
"test": "nyc mocha test/src/*.js",
"coverage": "nyc report --reporter=lcov --reporter=text > ./test/coverage.txt"
},
"author": "Leon Sorokin <[email protected]>",
"license": "MIT",
"files": [
"package.json",
"README.md",
"LICENSE",
"dist"
],
"homepage": "https://github.com/leeoniya/dropcss",
"repository": {
"type": "git",
"url": "https://github.com/leeoniya/dropcss.git"
},
"bugs": {
"url": "https://github.com/leeoniya/dropcss/issues"
},
"devDependencies": {
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"rollup": "^2.60.0",
"rollup-plugin-terser": "^7.0.2"
}
}