mirror of
https://github.com/bitwarden/jslib
synced 2026-01-07 19:13:15 +00:00
npm scripts
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"name": "@bitwarden/jslib",
|
||||
"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",
|
||||
"types": "dist/index.d.ts",
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user