Skip to content

Commit f829c57

Browse files
committed
Add package.json
1 parent 6b42492 commit f829c57

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)