-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 910 Bytes
/
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
{
"name": "@barudakrosul/swap-case",
"version": "0.0.2",
"description": "Converts all lowercase letters in the string to uppercase and all uppercase letters to lowercase",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BarudakRosul/swap-case.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"keywords": [
"swap",
"letters",
"swap-case",
"swapper",
"upper",
"lower"
],
"author": "Barudak Rosul",
"license": "CC0-1.0",
"types": "./index.d.ts",
"bugs": {
"url": "https://github.com/BarudakRosul/swap-case/issues"
},
"homepage": "https://github.com/BarudakRosul/swap-case#readme",
"funding": {
"url": "https://ko-fi.com/barudakrosul"
},
"devDependencies": {
"assert": "^2.1.0",
"mocha": "^10.8.2"
}
}