-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 763 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 763 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
{
"name": "caselyjs",
"version": "0.1.1",
"description": "A minimal renaming tool for setting an uniform naming convetion accross all files, capable of renaming 100+ files in one go.",
"main": "index.js",
"type": "module",
"scripts": {
"rename": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codezaura/caselyjs.git"
},
"keywords": [
"naming convention tool",
"file / folder renamer",
"case changer",
"kebab case to pascal case",
"pascal case to camel case",
"came case to kebab case"
],
"author": "codezaura",
"license": "MIT",
"bugs": {
"url": "https://github.com/codezaura/caselyjs/issues"
},
"homepage": "https://github.com/codezaura/caselyjs#readme"
}