{
    "author": {
        "email": "robin@naturewake.com",
        "name": "Robin Sun"
    },
    "bugs": {
        "url": "https://github.com/robin-98/sardines.utils.js/issues"
    },
    "dependencies": {
        "@types/isomorphic-fetch": "0.0.35",
        "@types/node": "^12.6.9",
        "@types/npm": "^2.0.30",
        "isomorphic-fetch": "^2.2.1",
        "npm": "^6.10.2",
        "typescript": "^3.4.5"
    },
    "description": "Test cases for sardines.js",
    "devDependencies": {},
    "homepage": "https://github.com/robin-98/sardines.utils.js#readme",
    "keywords": [
        "Free-to-Decompose",
        "distributed",
        "framework",
        "FaaS"
    ],
    "license": "ISC",
    "main": "lib/prod/index.js",
    "type": "lib/prod/index.d.ts",
    "name": "sardines-utils",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/robin-98/sardines.utils.js.git"
    },
    "scripts": {
        "buildProd": "npm run clear && tsc --build conf/tsconfig.prod.json",
        "prod": "npm run buildProd && node lib/prod/index.js",
        "buildDev": "npm run clear && tsc --build conf/tsconfig.dev.json",
        "dev": "npm run buildDev && node lib/dev/index.js",
        "test": "mocha test/index.js",
        "clear": "rm -rf lib/*"
    },
    "version": "0.2.3"
}
