File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dpkit/test" ,
3
3
"type" : " module" ,
4
- "private" : true ,
4
+ "main" : " build/index.js" ,
5
+ "version" : " 0.1.0" ,
6
+ "license" : " MIT" ,
7
+ "author" : " Evgeny Karev" ,
8
+ "repository" : " https://github.com/datisthq/dpkit" ,
9
+ "description" : " Fast TypeScript data management framework based on the Data Package standard" ,
10
+ "keywords" : [
11
+ " data" ,
12
+ " package" ,
13
+ " typescript" ,
14
+ " validation" ,
15
+ " quality" ,
16
+ " fair" ,
17
+ " test"
18
+ ],
19
+ "scripts" : {
20
+ "build" : " tsc --build"
21
+ },
5
22
"dependencies" : {
6
23
"@pollyjs/adapter-fetch" : " ^6.0.6" ,
7
24
"@pollyjs/core" : " ^6.0.6" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "include" : [" **/*.ts" ],
4
+ "exclude" : [" **/build/" ],
5
+ "compilerOptions" : {
6
+ "outDir" : " build" ,
7
+ "noEmit" : false ,
8
+ "declaration" : true
9
+ }
10
+ }
You can’t perform that action at this time.
0 commit comments