UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@alicloud/fc-builders",
3 "version": "0.15.9",
4 "description": "builders for Aliyun Function Compute",
5 "engines": {
6 "node": ">=8.0.0"
7 },
8 "main": "lib/index.js",
9 "scripts": {
10 "binary": "make binary",
11 "lint": "eslint --fix lib bin test",
12 "validate-lint": "eslint lib bin test"
13 },
14 "bin": {
15 "fun-install": "bin/fun-install.js"
16 },
17 "pkg": {
18 "scripts": [
19 "./lib/**/*.js",
20 "./bin/**/*.js"
21 ],
22 "assets": [
23 "./templates/**/*"
24 ]
25 },
26 "license": "MIT",
27 "dependencies": {
28 "colors": "^1.3.3",
29 "commander": "^3.0.0",
30 "copy-dir": "^1.1.0",
31 "fs-extra": "^8.1.0",
32 "git-ignore-parser": "0.0.2",
33 "glob": "^7.1.6",
34 "httpx": "^2.2.2",
35 "iconv-lite": "^0.5.1",
36 "ignore": "^5.1.4",
37 "js-yaml": "^3.13.1",
38 "lodash": "^4.17.14",
39 "log4js": "^4.5.1",
40 "ncp": "^2.0.0",
41 "temp-dir": "^2.0.0",
42 "uuid": "^3.3.2"
43 },
44 "repository": {
45 "type": "git",
46 "url": "https://github.com/aliyun/fc-builders.git"
47 },
48 "devDependencies": {
49 "eslint": "^6.1.0",
50 "expect.js": "^0.3.1",
51 "mocha": "^6.2.0",
52 "pkg": "^4.4.0",
53 "sinon": "^7.3.2"
54 }
55}