fake-tokens
Version:
NPM package that generates fake authentication tokens for testing and development purposes
34 lines (33 loc) • 750 B
JSON
{
"name": "fake-tokens",
"version": "0.1.11",
"description": "NPM package that generates fake authentication tokens for testing and development purposes",
"keywords": [
"testing",
"github",
"gitlab",
"npm",
"aws",
"tokens",
"security",
"mock-data"
],
"homepage": "https://github.com/6mile/fake-tokens#readme",
"bugs": {
"url": "https://github.com/6mile/fake-tokens/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/6mile/fake-tokens.git"
},
"bin": {
"fake-tokens": "fake-tokens.js"
},
"license": "ISC",
"author": "6mile",
"type": "commonjs",
"main": "fake-tokens.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}