You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
517 B
JSON

{
"name": "protocolkit",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/protocolkit.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "MIT",
"dependencies": {
"as-expression": "^1.0.0",
"chalk": "^4",
"es6-promise-try": "^1.0.2",
"is-generator-function": "^1.0.10",
"is-regex": "^1.1.4",
"map-obj": "^4",
"match-value": "^1.1.0"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.1",
"eslint": "^8.27.0"
}
}