-
- Downloads
Dist for dev; add gen.js for CLI
Showing
- bin/gen.js 34 additions, 0 deletionsbin/gen.js
- dist/bundle.umd.min.js 0 additions, 0 deletionsdist/bundle.umd.min.js
- dist/index.js 0 additions, 0 deletionsdist/index.js
- dist/index.mjs 0 additions, 0 deletionsdist/index.mjs
- dist/index.umd.js 0 additions, 0 deletionsdist/index.umd.js
- dist/index.umd.min.js 0 additions, 0 deletionsdist/index.umd.min.js
- dist/index.umd.min.js.map 0 additions, 0 deletionsdist/index.umd.min.js.map
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
bin/gen.js
0 → 100755
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | ... | @@ -3,6 +3,9 @@ |
"version": "0.5.0-rc17", | ||
"description": "JSON-Schema + fake data generators", | ||
"homepage": "http://json-schema-faker.js.org", | ||
"bin": { | ||
"jsf": "./bin/gen.js" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"unpkg": "dist/bundle.umd.min.js", | ||
... | ... |
Please register or sign in to comment