npm scripts
This commit is contained in:
parent
215e3f2ad5
commit
41f0375808
|
@ -1,6 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@bitwarden/jslib",
|
"name": "@bitwarden/jslib",
|
||||||
"version": "0.0.10",
|
"version": "0.0.10",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "tsc",
|
||||||
|
"dev:watch": "tsc --watch",
|
||||||
|
"lint": "tslint src/**/*.ts || true",
|
||||||
|
"lint:fix": "tslint src/**/*.ts --fix"
|
||||||
|
},
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in New Issue