press-f
Version:
A funny replace to Error class
41 lines (40 loc) • 977 B
JSON
{
"name": "press-f",
"version": "1.1.1",
"description": "A funny replace to Error class",
"main": "lib/f.js",
"files": [
"lib/"
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "export TEST_ENV=true; mocha --exit --recursive tests/",
"coverage": "nyc npm test",
"test-ci": "nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive tests/",
"lint": "eslint lib/ tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gastonpereyra/press-f.git"
},
"keywords": [
"error",
"memes",
"funny"
],
"author": "Gastón Pereyra",
"license": "MIT",
"bugs": {
"url": "https://github.com/gastonpereyra/press-f/issues"
},
"homepage": "https://github.com/gastonpereyra/press-f#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.24.2",
"mocha": "^9.1.1",
"nyc": "^15.1.0"
}
}