-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (52 loc) · 1.46 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
{
"name": "typescript-json-object-mapper",
"version": "1.3.0",
"description": "Json Object mapper writing in TypeScript",
"main": "build/index.js",
"scripts": {
"test": "mocha --require ts-node/register tests/**/*.ts"
},
"repository": "git+https://github.com/olaferlandsen/Typescript-Json-Object-Mapper.git",
"author": "Olaf Erlandsen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/olaferlandsen/Typescript-Json-Object-Mapper/issues"
},
"homepage": "https://github.com/olaferlandsen/Typescript-Json-Object-Mapper#readme",
"files": [
],
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "10.9.2",
"chai": "^4.2.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^6.0.0",
"mocha": "^6.1.4",
"ts-loader": "^6.0.0",
"ts-node": "^8.1.0",
"typescript": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^5.0.0",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"reflect-metadata": "^0.1.12"
},
"keywords": [
"typescript",
"ts",
"javascript",
"js",
"object-mapper",
"object",
"mapper",
"javascript-object-mapper",
"json",
"json-object-mapper",
"jom",
"tom",
"tsom",
"jsom"
]
}