github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-supply-chain-master/server/package.json (about)

     1  {
     2    "name": "supply_chain_server",
     3    "version": "0.0.0",
     4    "description": "A database and API for clients using Sawtooth Supply Chain",
     5    "main": "index.js",
     6    "directories": {
     7      "test": "tests"
     8    },
     9    "scripts": {
    10      "start": "node index.js",
    11      "watch": "nodemon index.js",
    12      "init": "node ./scripts/bootstrap_database.js",
    13      "test": "standard",
    14      "make-asset": "DATA=\"../../asset_client/sample_data/core_types.json\" node ./scripts/seed_core_types.js",
    15      "seed-sample-assets": "DATA=\"../../asset_client/sample_data/sample_data.json\" node ./scripts/seed_sample_data.js",
    16      "update-sample-assets": "DATA=\"../../asset_client/sample_data/sample_updates.json\" node ./scripts/run_sample_updates.js",
    17      "make-fish": "DATA=\"../../fish_client/sample_data/core_types.json\" node ./scripts/seed_core_types.js",
    18      "seed-sample-fish": "DATA=\"../../fish_client/sample_data/sample_data.json\" node ./scripts/seed_sample_data.js",
    19      "update-sample-fish": "DATA=\"../../fish_client/sample_data/sample_updates.json\" node ./scripts/run_sample_updates.js"
    20    },
    21    "repository": {
    22      "type": "git",
    23      "url": "git+https://github.com/hyperledger/sawtooth-supply-chain.git"
    24    },
    25    "author": "",
    26    "license": "Apache-2.0",
    27    "bugs": {
    28      "url": "https://github.com/hyperledger/sawtooth-supply-chain/issues"
    29    },
    30    "homepage": "https://github.com/hyperledger/sawtooth-supply-chain#readme",
    31    "dependencies": {
    32      "bcrypt": "^1.0.3",
    33      "body-parser": "^1.17.2",
    34      "express": "^4.15.4",
    35      "js-schema": "^1.0.1",
    36      "jsonwebtoken": "^7.4.3",
    37      "lodash": "^4.17.4",
    38      "protobufjs": "^6.8.0",
    39      "rethinkdb": "^2.3.3",
    40      "sawtooth-sdk": "^1.0.0-rc"
    41    },
    42    "devDependencies": {
    43      "nodemon": "^1.11.0",
    44      "request": "^2.83.0",
    45      "request-promise-native": "^1.0.5",
    46      "standard": "^10.0.3"
    47    }
    48  }