UNPKG

usn

Version:

Command line tool and library for working with USN data

73 lines (72 loc) 2.37 kB
{ "name": "usn", "version": "0.0.5", "description": "Command line tool and library for working with USN data", "bin": { "usn": "./bin/index.js" }, "scripts": { "test": "jest .*.test.js --coverage", "build:es": "babel ./src --out-dir ./bin", "watch:es": "watch 'npm run build:es' ./src", "lint": "eslint . -c ./.eslintrc.js --fix", "lint:ing": "watch 'npm run lint' ./src", "lint:tests": "eslint __tests__/**/*.js -c ./.eslintrc.js --fix --no-ignore", "test:ing": "npm test -- --watchAll", "postversion": "git push && git push --tags", "pkg": "pkg --output usn --options no-warnings ./bin/cli.js", "nexe": "nexe --input ./bin/cli.js --output usn" }, "keywords": [ "us", "navy", "messages" ], "author": "Jason Wohlgemut", "license": "ISC", "dependencies": { "algoliasearch": "^4.1.0", "axios": "^0.19.2", "chalk": "^4.0.0", "dotenv": "^8.2.0", "figures": "^3.2.0", "lodash": "^4.17.15", "meow": "^6.1.0", "npmlog": "^4.1.2", "ora": "^4.0.3", "pkg": "^4.4.7", "ramda": "^0.27.0", "tomo-cli": "^1.5.9", "x-ray": "^2.3.4", "yargs": "^15.3.1" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-export-default-from": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-transform-runtime": "^7.9.0", "@babel/preset-env": "^7.9.5", "@babel/runtime": "^7.9.2", "babel-eslint": "^10.1.0", "babel-jest": "^25.3.0", "babel-preset-minify": "^0.5.1", "eslint": "^6.8.0", "eslint-config-omaha-prime-grade": "^11.0.4", "jest": "^25.3.0", "jest-watch-typeahead": "^0.5.0", "moxios": "^0.4.0", "nexe": "^3.3.2", "watch": "^1.0.2" }, "jest": { "testMatch": [ "**/__tests__/**/*.(e2e|test).[jt]s?(x)" ], "watchPlugins": [ "jest-watch-typeahead/filename", "jest-watch-typeahead/testname" ] } }