Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ask-json

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-json - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/cli.js

39

package.json
{
"name": "ask-json",
"description": "Easy interactive prompts to create and validate data using JSON schema",
"version": "0.0.2",
"version": "0.0.3",
"author": "Jon McClure <jon.r.mcclure@gmail.com>",
"homepage": "https://github.com/reuters-graphics/ask-json",
"repository": "github:reuters-graphics/ask-json",
"bugs": {
"url": "https://github.com/reuters-graphics/ask-json/issues"
},
"keywords": [
"jsonschema",
"validation",
"validator",
"json",
"schema",
"cli",
"interface",
"ask",
"interactive",
"dev",
"development",
"tool",
"tooling"
],
"license": "MIT",
"private": false,
"main": "lib/index.js",
"engines": {
"node": ">=8.0.0"
},
"main": "dist/index.js",
"bin": {
"askjson": "cli/index.js"
"askjson": "dist/cli.js"
},
"files": [
"dist/*"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "rollup --config rollup.config.js",
"test": "rm -f test/test.log && mocha"

@@ -22,2 +48,3 @@ },

"prompts": "^2.3.0",
"update-notifier": "^4.0.0",
"yargs": "^15.1.0"

@@ -27,6 +54,10 @@ },

"@hobbes7878/eslint-config": "^0.0.2",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"eslint": "^6.8.0",
"expect.js": "^0.3.1",
"mocha": "^6.2.2"
"mocha": "^6.2.2",
"rollup": "^1.29.1",
"rollup-plugin-node-externals": "^2.1.3"
}
}
.eslintrc.json
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc