ess-ts
Version:
Enhanced Security Services (ESS) in TypeScript
69 lines (68 loc) • 2.1 kB
JSON
{
"bugs": {
"email": "jonathan@wilbur.space"
},
"contributors": [
{
"email": "jonathan@wilbur.space",
"name": "Jonathan M. Wilbur",
"url": "https://github.com/JonathanWilbur"
}
],
"description": "Enhanced Security Services (ESS) in TypeScript",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@types/benchmark": "^2.1.0",
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"babel-jest": "^26.6.3",
"benchmark": "^2.1.4",
"eslint": "^7.17.0",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"npm-check-updates": "^10.2.5",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"sloc": "^0.2.1",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3"
},
"directories": {
"doc": "documentation",
"test": "test"
},
"files": [
"dist/node/**/*"
],
"keywords": [
"Enhanced",
"Security",
"Service",
"ESS",
"SMIME"
],
"license": "MIT",
"main": "./dist/node/index.js",
"name": "ess-ts",
"scripts": {
"benchmark": "node ./test/benchmark.js",
"breaking-update": "npx ncu -u && npm install",
"build": "npx tsc",
"build-node": "npx tsc",
"clean": "rm -rf dist; mkdir -p dist",
"line-count": "npx sloc source",
"lint": "npx eslint --config .eslintrc.yml './source/**/*.ts' || true",
"prettify": "npx prettier './source/**/*.ts' --write",
"test": "npx jest --ci --reporters=default --reporters=jest-junit --coverage"
},
"types": "./dist/node/index.d.ts",
"version": "1.0.1",
"dependencies": {
"asn1-ts": "^5.0.2",
"sio-ts": "^2.0.0",
"x500-ts": "^3.2.2"
}
}