You've already forked serverless-webpack
mirror of
https://github.com/encounter/serverless-webpack.git
synced 2026-03-30 11:37:58 -07:00
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "serverless-webpack",
|
|
"version": "3.0.0",
|
|
"description": "Serverless plugin to bundle your javascript with Webpack",
|
|
"main": "index.js",
|
|
"author": "Nicola Peduzzi <nicola.peduzzi@elastic-coders.com> (http://elastic-coders.com)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/serverless-heaven/serverless-webpack.git"
|
|
},
|
|
"keywords": [
|
|
"serverless",
|
|
"1.0",
|
|
"webpack",
|
|
"babel",
|
|
"typescript",
|
|
"es6",
|
|
"plugin",
|
|
"runtime"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/serverless-heaven/serverless-webpack/issues"
|
|
},
|
|
"homepage": "https://github.com/serverless-heaven/serverless-webpack#readme",
|
|
"scripts": {
|
|
"test": "istanbul cover ./node_modules/mocha/bin/_mocha tests/all -- -R spec --recursive"
|
|
},
|
|
"dependencies": {
|
|
"archiver": "^2.0.0",
|
|
"bluebird": "^3.4.0",
|
|
"fs-extra": "^0.26.7",
|
|
"glob": "^7.1.2",
|
|
"is-builtin-module": "^1.0.0",
|
|
"lodash": "^4.17.4",
|
|
"npm-programmatic": "^0.0.7",
|
|
"semver": "^5.4.1",
|
|
"ts-node": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"chai": "^4.1.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"eslint": "^4.3.0",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-lodash": "^2.4.4",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^3.4.2",
|
|
"mockery": "^2.1.0",
|
|
"serverless": "^1.17.0",
|
|
"sinon": "^2.3.8",
|
|
"sinon-chai": "^2.12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "*"
|
|
}
|
|
}
|