@becual/js-error
Version:
Project to handle with errors on javascript
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "@becual/js-error",
"version": "1.0.1",
"description": "Project to handle with errors on javascript",
"main": "dist/main.js",
"scripts": {
"test": "ava",
"publish": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vvenegasv/js-error.git"
},
"keywords": [
"javascript",
"error",
"js",
"js-error",
"javascript-error"
],
"author": "vvenegas",
"license": "MIT",
"bugs": {
"url": "https://github.com/vvenegasv/js-error/issues"
},
"homepage": "https://github.com/vvenegasv/js-error#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"ava": "^1.2.1",
"babel-loader": "^8.0.5",
"babel-plugin-rewire": "^1.2.0",
"babel-plugin-source-map-support": "^2.0.1",
"webpack": "^4.29.5",
"webpack-node-externals": "^1.7.2"
},
"ava": {
"require": [
"@babel/register"
]
}
}