-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@rfgamaral/parcel-plugin-typings-for-css-modules",
"description": "A plugin for the Parcel bundler to generate .d.ts files for your CSS Modules.",
"version": "1.0.4",
"main": "./lib/index.js",
"author": {
"name": "Ricardo Amaral",
"email": "[email protected]"
},
"license": "MIT",
"repository": "https://github.com/rfgamaral/parcel-plugin-typings-for-css-modules",
"bugs": "https://github.com/rfgamaral/parcel-plugin-typings-for-css-modules/issues",
"keywords": [
"css",
"css-modules",
"modules",
"parcel",
"parcel-bundler",
"type-definitions",
"typed-css-modules",
"types",
"typescript"
],
"engines": {
"node": ">= 10.0.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib/**/*"
],
"scripts": {
"commit": "git-cz",
"release": "semantic-release"
},
"dependencies": {
"cosmiconfig": "7.1.0",
"dot-prop": "6.0.1",
"typed-css-modules": "0.9.1"
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"parcel-bundler": "1.12.5",
"prettier": "2.8.8",
"semantic-release": "17.4.7"
},
"peerDependencies": {
"parcel-bundler": ">=1.11"
}
}