forked from appvision-gmbh/json2typescript
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 800 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": "json2typescript",
"version": "0.9.6",
"description": "Provides TypeScript methods to map a JSON string to a JavaScript object on runtime",
"keywords": [
"convert",
"json",
"to",
"typescript",
"javascript",
"map",
"mapper",
"mapping",
"json2typescript",
"jsonconvert",
"class",
"object",
"instance"
],
"author": "[email protected]",
"license": "MIT",
"homepage": "http://dhlab.unibas.ch",
"typings": "src/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"typescript": {
"definition": "index.d.ts"
},
"dependencies": {
},
"devDependencies": {
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/dhlab-basel/json2typescript"
}
}