forked from halfnelson/nativescript-source-to-jsx-def
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 903 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
{
"name": "@nativescript-community/nativescript-source-to-jsx-def",
"version": "1.1.1",
"description": "Introspect NativeScript source and plugins to generate JSX definitions for svelte and react",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prestart": "npm run build",
"start": "node dist/index.js"
},
"files": [
"dist/"
],
"bin": {
"export-jsx": "export-jsx"
},
"author": "David Pershouse",
"license": "MIT",
"devDependencies": {
"@types/node": "^13.11.1",
"@types/uppercamelcase": "^3.0.0"
},
"dependencies": {
"ts-morph": "^7.0.2",
"typescript": "^3.8.3",
"uppercamelcase": "^3.0.0"
},
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}