UNPKG

lastpass-vault

Version:

Cross Platform javascript client for handling lastpass vaults.

51 lines (50 loc) 1.29 kB
{ "name": "lastpass-vault", "version": "1.3.0", "description": "Cross Platform javascript client for handling lastpass vaults.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start:dev": "webpack-dev-server --open", "start:node": "node ./dist/lastpass.node.js", "build": "webpack" }, "main": "dist/lastpass.node.js", "browser": "dist/lastpass.client.js", "types": "dist/lastpass.d.ts", "files": [ "dist/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/allroundexperts/lastpass-vault.git" }, "keywords": [ "LastPass", "Vault", "Library", "LastPass-Client", "Client", "Javascript", "LastPass-Vault-Library" ], "author": "Sibtain Ali", "license": "ISC", "bugs": { "url": "https://github.com/allroundexperts/lastpass-vault/issues" }, "homepage": "https://github.com/allroundexperts/lastpass-vault#readme", "devDependencies": { "ts-loader": "^5.4.4", "typescript": "^3.4.1", "webpack": "^4.30.0", "webpack-cli": "^3.3.1", "webpack-dev-server": "^3.3.1" }, "dependencies": { "@types/form-data": "^2.2.1", "@types/node": "^11.13.8", "form-data": "^2.3.3", "node-fetch": "^2.6.0", "xml-js": "^1.6.11" } }