-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 725 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 725 Bytes
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
{
"devDependencies": {
"jest": "^28.1.1",
"jsdoc": "^3.6.10",
"jsdoc-to-markdown": "^7.1.1"
},
"name": "react-samurai-toolkit",
"description": "Methods that's helps to work with css modules",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"docs": "jsdoc2md *.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tawsbob/react-samurai-toolkit.git"
},
"author": "Dellean Santos",
"license": "ISC",
"bugs": {
"url": "https://github.com/tawsbob/react-samurai-toolkit/issues"
},
"homepage": "https://github.com/tawsbob/react-samurai-toolkit#readme",
"dependencies": {
"change-case": "^4.1.2",
"inquirer": "^9.0.0"
}
}