We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b42492 commit f829c57Copy full SHA for f829c57
package.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "typed-css-modules-loader",
3
+ "version": "0.0.1",
4
+ "description": "Webpack loader for typed-css-modules",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/olegstepura/typed-css-modules-loader.git"
12
13
+ "keywords": [
14
+ "typescript",
15
+ "typed",
16
+ "css-modules"
17
+ ],
18
+ "peerDependencies": {
19
+ "typed-css-modules": "latest"
20
21
+ "author": "Oleg Stepura",
22
+ "license": "MIT",
23
+ "bugs": {
24
+ "url": "https://github.com/olegstepura/typed-css-modules-loader/issues"
25
+ }
26
+}
0 commit comments