@multicloud/sls-core
Version:
Core middleware and components for Serverless @multicloud.
55 lines (54 loc) • 1.4 kB
JSON
{
"name": "@multicloud/sls-core",
"version": "0.1.1",
"description": "Core middleware and components for Serverless @multicloud.",
"repository": {
"type": "git",
"url": "https://github.com/serverless/multicloud"
},
"keywords": [
"serverless",
"sls",
"serverless framework",
"multicloud"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start": "npm run test -- --watch",
"lint": "eslint src/**/*.ts",
"lint:fix": "npm run lint -- --fix",
"pretest": "npm run lint",
"test": "jest",
"test:ci": "npm run test -- --ci",
"test:coverage": "npm run test -- --coverage",
"prebuild": "shx rm -rf lib/ && npm run test",
"build": "npx tsc"
},
"files": [
"lib/"
],
"author": "Microsoft Corporation, 7-Eleven & Serverless Inc",
"license": "MIT",
"dependencies": {
"inversify": "5.0.1",
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "12.0.8",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"babel-jest": "^24.8.0",
"babel-plugin-transform-typescript-metadata": "0.2.2",
"babel-preset-react-app": "^9.0.0",
"eslint": "^5.16.0",
"jest": "^24.8.0",
"shx": "^0.3.2",
"typescript": "^3.5.2"
},
"engines": {
"node": ">=8.16.0",
"npm": ">=6.4.1"
}
}