-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "serverless-plugin-bespoken",
"description": "Serverless Plugin Bespoken",
"version": "0.1.3",
"license": "SEE LICENSE IN LICENSE",
"main": "./lib/index.js",
"scripts": {
"build": "tsc",
"preversion": "npm run build"
},
"engines": {
"node": ">=4.2.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bespoken/serverless-plugin-bespoken.git"
},
"dependencies": {
"bespoken-tools": "^1.2.10",
"chokidar": "^2.0.3",
"fs-extra": "^6.0.1",
"lodash": "^4.17.10",
"source-map-support": "^0.5.6"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/fs-extra": "^5.0.2",
"@types/lodash": "^4.14.109",
"@types/node": "^8.10.18",
"mocha": "5.2.0",
"typescript": "^2.9.1"
}
}