Browse Source

feat: Merge pull request #1180 from worace/hw/cli-entry-point

Add executable for pelias api NPM package
pull/1174/head
Julian Simioni 6 years ago committed by GitHub
parent
commit
4b43029ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      package.json

1
package.json

@ -6,6 +6,7 @@
"homepage": "https://github.com/pelias/api",
"license": "MIT",
"main": "index.js",
"bin": "./bin/start",
"scripts": {
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nsp check; rm npm-shrinkwrap.json;",
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao",

Loading…
Cancel
Save