sardines-core
Version:
Core of sardines.js
42 lines (41 loc) • 1.13 kB
JSON
{
"author": {
"email": "robin@naturewake.com",
"name": "Robin Sun"
},
"bugs": {
"url": "https://github.com/robin-98/sardines.core.js/issues"
},
"dependencies": {
"@types/isomorphic-fetch": "0.0.35",
"@types/node": "^12.12.24",
"@types/semver": "^6.0.1",
"isomorphic-fetch": "^2.2.1",
"process": "^0.11.10",
"typescript": "^3.5.3",
"util": "^0.12.1"
},
"description": "Core of sardines.js",
"devDependencies": {},
"homepage": "https://github.com/robin-98/sardines.core.js#readme",
"keywords": [
"Free-to-Decompose",
"distributed",
"framework",
"FaaS"
],
"license": "ISC",
"main": "lib/index.js",
"name": "sardines-core",
"repository": {
"type": "git",
"url": "git+https://github.com/robin-98/sardines.core.js.git"
},
"scripts": {
"build": "npm run clear && tsc --build conf/tsconfig.json",
"clear": "rm -rf lib/*",
"prepublish": "npm run build"
},
"type": "lib/index.d.ts",
"version": "1.0.66"
}