File tree 3 files changed +18
-5
lines changed
3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grnsft/if" ,
3
3
"description" : " Impact Framework" ,
4
- "version" : " v0.0.7 " ,
4
+ "version" : " v0.1.0 " ,
5
5
"author" : {
6
6
"name" : " Green Software Foundation" ,
7
7
"email" : " info@gsf.com"
35
35
"yarn" : " 1.22.19"
36
36
},
37
37
"homepage" : " https://greensoftware.foundation" ,
38
- "keywords" : [],
38
+ "keywords" : [
39
+ " engine" ,
40
+ " green software foundation" ,
41
+ " greensoftware" ,
42
+ " if" ,
43
+ " impact" ,
44
+ " models"
45
+ ],
39
46
"license" : " MIT" ,
40
47
"main" : " build/index.js" ,
41
48
"publishConfig" : {
45
52
"url" : " https://github.com/Green-Software-Foundation/if"
46
53
},
47
54
"scripts" : {
48
- "build" : " tsc" ,
55
+ "build" : " rm -rf build && tsc --project tsconfig.build.json " ,
49
56
"coverage" : " jest --verbose --coverage" ,
50
57
"fix" : " gts fix" ,
51
58
"fix:package" : " fixpack" ,
52
59
"impact-engine" : " npx ts-node src/index.ts" ,
53
60
"lint" : " gts lint" ,
54
- "prepare " : " yarn build" ,
61
+ "prepublish " : " yarn build" ,
55
62
"test" : " jest --verbose"
56
63
},
57
64
"stability" : " stable" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig.json" ,
3
+ "exclude" : [
4
+ " src/__tests__" ,
5
+ " src/__mocks__"
6
+ ]
7
+ }
Original file line number Diff line number Diff line change 28
28
"stripInternal" : false ,
29
29
"target" : " ES2020" ,
30
30
"composite" : false ,
31
- "tsBuildInfoFile" : " tsconfig.tsbuildinfo"
32
31
},
33
32
"include" : [
34
33
" src/**/*.ts"
You can’t perform that action at this time.
0 commit comments