UNPKG

onepass-vault-library

Version:
41 lines (40 loc) 979 B
{ "name": "onepass-vault-library", "version": "1.2.2", "description": "Javascript library to work with onepass vaults.", "main": "dist/library.js", "files": [ "dist/**/*" ], "scripts": { "build": "webpack --config webpack.config.js", "start:dev": "webpack-dev-server" }, "repository": { "type": "git", "url": "git+https://github.com/allroundexperts/onepass-vault-library.git" }, "keywords": [ "1password", "Onepass", "onepassword", "opvault", "nodeJS", "javascript", "library" ], "author": "Sibtain Ali", "license": "MIT", "bugs": { "url": "https://github.com/allroundexperts/onepass-vault-library/issues" }, "homepage": "https://github.com/allroundexperts/onepass-vault-library#readme", "devDependencies": { "@types/node": "^11.13.4", "ts-loader": "^5.3.3", "typescript": "^3.4.3", "webpack": "^4.30.0", "webpack-cli": "^3.3.0", "webpack-dev-server": "^3.3.1" } }