@quan-to/chevronlib
Version:
Chevron GPG Library Wrapper for Node.JS
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "@quan-to/chevronlib",
"version": "1.3.1",
"description": "Chevron GPG Library Wrapper for Node.JS",
"main": "dist/index.js",
"scripts": {
"build": "npm run clear && tsc",
"clear": "rimraf ./dist/*",
"lint": "eslint src/**",
"repl": "nodemon --config ./repl/nodemon.json ./repl.js --exec babel-node",
"test": "jest --coverage --forceExit --runInBand",
"test:watch": "jest --watch --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quan-to/chevron.git"
},
"keywords": [
"GPG",
"PGP",
"Chevron",
"Remote",
"Signer",
"Quanto"
],
"author": "Quanto",
"license": "MIT",
"bugs": {
"url": "https://github.com/quan-to/chevron/issues"
},
"homepage": "https://github.com/quan-to/chevron#readme",
"dependencies": {
"@types/node": "^13.9.2",
"bindings": "^1.5.0",
"node-addon-api": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
}
}