|
@ -3,6 +3,7 @@ |
|
|
"version": "0.0.0", |
|
|
"version": "0.0.0", |
|
|
"main": "dist/lib/index.js", |
|
|
"main": "dist/lib/index.js", |
|
|
"types": "dist/typings", |
|
|
"types": "dist/typings", |
|
|
|
|
|
"module": "src/index.ts", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"build": "yarn run clean && tsc", |
|
|
"build": "yarn run clean && tsc", |
|
|