Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
791 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "cssnano-utils",
|
---|
3 | "version": "2.0.1",
|
---|
4 | "repository": "cssnano/cssnano",
|
---|
5 | "main": "dist/index.js",
|
---|
6 | "description": "Utility methods and plugin for cssnano projects",
|
---|
7 | "scripts": {
|
---|
8 | "prebuild": "del-cli dist",
|
---|
9 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
---|
10 | "prepublish": "yarn build"
|
---|
11 | },
|
---|
12 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
13 | "bugs": {
|
---|
14 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
15 | },
|
---|
16 | "engines": {
|
---|
17 | "node": "^10 || ^12 || >=14.0"
|
---|
18 | },
|
---|
19 | "files": [
|
---|
20 | "dist"
|
---|
21 | ],
|
---|
22 | "license": "MIT",
|
---|
23 | "devDependencies": {
|
---|
24 | "postcss": "^8.2.15"
|
---|
25 | },
|
---|
26 | "peerDependencies": {
|
---|
27 | "postcss": "^8.2.15"
|
---|
28 | },
|
---|
29 | "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
|
---|
30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.