forked from YuvrajSagarRana/csharp-to-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 799 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
{
"name": "csharp-to-typescript",
"version": "1.0.2",
"description": "This is package to convert C# poco class to typescript where user have flexibility to configure the library to get desired output. Orginally created by: Yuvraj Sagar Rana",
"main": "index.js",
"scripts": {
"test": "testing.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inexad/csharp-to-typescript-new.git"
},
"keywords": [
"typescript",
"Csharp",
"npm",
"node.js",
"csharp",
"to",
"typescript",
"csharp",
"poco",
"csharptypescript"
],
"author": "Daniel",
"license": "MIT",
"bugs": {
"url": "https://github.com/Inexad/csharp-to-typescript-new"
},
"homepage": "https://github.com/Inexad/csharp-to-typescript-new#readme"
}