1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00
bitwarden-browser/package.json
2018-01-06 09:19:39 -05:00

17 lines
347 B
JSON

{
"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": {
"tslint": "^5.8.0",
"typescript": "^2.5.3"
}
}