|
|
@ -4,10 +4,10 @@ |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"build": "yarn build:lib && yarn build:bin", |
|
|
|
"build": "yarn build:lib && yarn build:bin", |
|
|
|
"build:lib": "tsc --p tsconfig.lib.json", |
|
|
|
"build:lib": "tsc --p lib.tsconfig.json", |
|
|
|
"build:bin": "tsc --p tsconfig.bin.json", |
|
|
|
"build:bin": "tsc --p bin.tsconfig.json", |
|
|
|
"dev": "tsc -w", |
|
|
|
"dev": "tsc -w", |
|
|
|
"test": "jest --config jest.config.js" |
|
|
|
"test": "ts-jest" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|