forked from drenckpohl/stylis-plugin-extra-scope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
35
36
37
38
39
40
41
{
"name": "stylis-plugin-extra-scope",
"version": "0.3.0",
"description": "Stylis plugin which adds extra scope to each produced CSS rule.",
"main": "dist/stylis-plugin-extra-scope.cjs.js",
"module": "dist/stylis-plugin-extra-scope.esm.js",
"files": [
"dist"
],
"scripts": {
"pretest": "preconstruct dev",
"test": "jest --env=node",
"build": "preconstruct build",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andarist/stylis-plugin-extra-scope.git"
},
"keywords": [
"stylis",
"plugin"
],
"author": "Mateusz Burzyński <[email protected]> (https://github.com/Andarist)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Andarist/stylis-plugin-extra-scope/issues"
},
"homepage": "https://github.com/Andarist/stylis-plugin-extra-scope#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@preconstruct/cli": "^2.0.1",
"babel-jest": "^26.6.3",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"stylis": "^3.5.4"
}
}