File tree Expand file tree Collapse file tree 1 file changed +9
-44
lines changed Expand file tree Collapse file tree 1 file changed +9
-44
lines changed Original file line number Diff line number Diff line change 1
1
{
2
-
3
2
"name" : " @robotical/scratch-to-python-transpiler" ,
4
-
5
3
"version" : " 1.0.2" ,
6
-
7
4
"description" : " Transpile Scratch project files to python code" ,
8
-
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/robotical/scratch-to-python-transpiler.git"
8
+ },
9
+ "license" : " ISC" ,
10
+ "publishConfig" : {
11
+ "registry" : " https://registry.npmjs.org/" ,
12
+ "access" : " public"
13
+ },
9
14
"main" : " lib/index.js" ,
10
-
11
15
"types" : " lib/index.d.ts" ,
12
-
13
16
"scripts" : {
14
-
15
17
"build" : " tsc" ,
16
-
17
18
"watch" : " tsc -w" ,
18
-
19
19
"format" : " prettier --write \" src/**/*.ts\" \" src/**/*.js\" " ,
20
-
21
20
"lint" : " eslint \" src/**/*.ts\" " ,
22
-
23
21
"test" : " jest --config jestconfig.json" ,
24
22
"prepare" : " npm run build"
25
23
},
26
-
27
24
"files" : [
28
-
29
25
" lib/**/*"
30
-
31
26
],
32
-
33
27
"keywords" : [
34
-
35
28
" Scratch" ,
36
-
37
- " mit-scratch" ,
38
-
39
- " sb2" ,
40
-
41
29
" sb3" ,
42
-
43
30
" robotical" ,
44
-
45
31
" python"
46
-
47
32
],
48
-
49
33
"author" : " Nikos Theodoropoulos <nikos@robotical.io> (https://robotical.io/)" ,
50
-
51
34
"devDependencies" : {
52
-
53
35
"@types/jest" : " ^24.0.22" ,
54
-
55
36
"@types/jszip" : " ^3.1.6" ,
56
-
57
37
"@types/prettier" : " ^1.18.3" ,
58
-
59
38
"@typescript-eslint/eslint-plugin" : " ^2.21.0" ,
60
-
61
39
"@typescript-eslint/parser" : " ^2.21.0" ,
62
-
63
40
"eslint" : " ^6.8.0" ,
64
-
65
41
"eslint-config-prettier" : " ^6.10.0" ,
66
-
67
42
"eslint-plugin-prettier" : " ^3.1.2" ,
68
-
69
43
"jest" : " ^24.9.0" ,
70
-
71
44
"ts-jest" : " ^24.1.0" ,
72
-
73
45
"typescript" : " ^3.7.2"
74
-
75
46
},
76
-
77
47
"dependencies" : {
78
-
79
48
"jszip" : " ^3.10.1" ,
80
-
81
49
"prettier" : " ^1.19.1"
82
-
83
50
}
84
-
85
51
}
86
-
You can’t perform that action at this time.
0 commit comments