node-fred
Version:
Another nodejs wrapper for the st louis fed
58 lines (57 loc) • 2.11 kB
JSON
{
"name": "node-fred",
"version": "2.1.10",
"description": "Another nodejs wrapper for the st louis fed",
"main": "lib/index.js",
"types": "index.d.ts",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --progress --colors --watch --mode production",
"lint": "eslint src/* tests/*",
"autofix": "eslint --fix src/* tests/*",
"test": "mocha --require @babel/register --colors --timeout 5000 ./tests/**/*.test.js",
"test:watch": "mocha --require @babel/register --colors --timeout 5000 -w ./tests/**/*.test.js",
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- --require @babel/register --colors --timeout 5000 --reporter dot ./tests/**/*.test.js",
"cover:coveralls": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require @babel/register --colors --timeout 5000 --reporter spec ./tests/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pastorsj/node-fred.git"
},
"keywords": [
"fred2",
"fred",
"nodejs"
],
"author": "pastorsj",
"license": "MIT",
"bugs": {
"url": "https://github.com/pastorsj/node-fred/issues"
},
"homepage": "https://github.com/pastorsj/node-fred#readme",
"dependencies": {
"@babel/runtime": "^7.21.0",
"axios": "^1.3.6"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.21.0",
"@babel/register": "^7.21.0",
"babel-cli": "^6.26.0",
"babel-eslint": "10.1.0",
"babel-loader": "^9.1.2",
"chai": "^4.3.7",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^10.2.0",
"sinon": "^15.0.4",
"sinon-chai": "^3.7.0",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2"
}
}