-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "json-case-sensitive-resolver",
"version": "0.0.6",
"description": "JSON converter with case-sensitive resolver",
"main": "dist/index.js",
"scripts": {
"test": "ts-mocha 'tests/*.spec.ts'",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TatChu/json-case-sensitive-resolver.git"
},
"keywords": [
"json-converter",
"json-parse",
"json",
"jsonify",
"case-sensitive",
"json-helper",
"json-parser",
"snake_case",
"camelCase",
"PascalCase",
"kebap-case"
],
"author": "Ryan - Chu Nguyen <tatchu.it@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TatChu/json-case-sensitive-resolver/issues"
},
"homepage": "https://github.com/TatChu/json-case-sensitive-resolver#readme",
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.41",
"@types/sinon": "^10.0.11",
"chai": "^4.3.6",
"ts-mocha": "^10.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"dependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}