Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "postcss-modules-values",
|
---|
3 | "version": "4.0.0",
|
---|
4 | "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
|
---|
5 | "main": "src/index.js",
|
---|
6 | "files": [
|
---|
7 | "src"
|
---|
8 | ],
|
---|
9 | "engines": {
|
---|
10 | "node": "^10 || ^12 || >= 14"
|
---|
11 | },
|
---|
12 | "scripts": {
|
---|
13 | "prettier": "prettier -l --ignore-path .gitignore .",
|
---|
14 | "eslint": "eslint --ignore-path .gitignore .",
|
---|
15 | "lint": "yarn eslint && yarn prettier",
|
---|
16 | "test:only": "jest",
|
---|
17 | "test:watch": "jest --watch",
|
---|
18 | "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
|
---|
19 | "pretest": "yarn lint",
|
---|
20 | "test": "yarn test:coverage",
|
---|
21 | "prepublishOnly": "yarn test"
|
---|
22 | },
|
---|
23 | "repository": {
|
---|
24 | "type": "git",
|
---|
25 | "url": "git+https://github.com/css-modules/postcss-modules-values.git"
|
---|
26 | },
|
---|
27 | "keywords": [
|
---|
28 | "css",
|
---|
29 | "modules",
|
---|
30 | "postcss"
|
---|
31 | ],
|
---|
32 | "author": "Glen Maddern",
|
---|
33 | "license": "ISC",
|
---|
34 | "bugs": {
|
---|
35 | "url": "https://github.com/css-modules/postcss-modules-values/issues"
|
---|
36 | },
|
---|
37 | "homepage": "https://github.com/css-modules/postcss-modules-values#readme",
|
---|
38 | "devDependencies": {
|
---|
39 | "coveralls": "^3.1.0",
|
---|
40 | "eslint": "^7.10.0",
|
---|
41 | "eslint-config-prettier": "^6.12.0",
|
---|
42 | "husky": "^4.3.0",
|
---|
43 | "jest": "^26.5.2",
|
---|
44 | "lint-staged": "^10.4.0",
|
---|
45 | "postcss": "^8.1.0",
|
---|
46 | "prettier": "^2.1.2"
|
---|
47 | },
|
---|
48 | "dependencies": {
|
---|
49 | "icss-utils": "^5.0.0"
|
---|
50 | },
|
---|
51 | "peerDependencies": {
|
---|
52 | "postcss": "^8.1.0"
|
---|
53 | }
|
---|
54 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.