UNPKG

1.25 kBJSONView Raw
1{
2 "name": "Builder",
3 "version": "4.2.0",
4 "description": "Builder Language Implementation",
5 "main": "src/index.js",
6 "bin": {
7 "pleasebuild": "src/cli.js"
8 },
9 "scripts": {
10 "test": "jasmine",
11 "test:bitbucket-server": "node ./spec/BitbucketServerExecutor.js",
12 "test:azure-repos": "node ./spec/AzureReposExecutor.js",
13 "test:git-local": "node ./spec/GitLocalExecutor.js",
14 "build": "src/cli.js input"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/electricimp/Builder.git"
19 },
20 "author": "Electric Imp",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/electricimp/Builder/issues"
24 },
25 "homepage": "https://github.com/electricimp/Builder#readme",
26 "dependencies": {
27 "@octokit/rest": "^19.0.7",
28 "clone": "^1.0.2",
29 "decomment": "^0.9.5",
30 "fs-extra": "^3.0.1",
31 "glob": "^7.2.3",
32 "https-proxy-agent": "^5.0.1",
33 "jsep": "^0.3.5",
34 "md5": "^2.3.0",
35 "minimatch": "^3.1.2",
36 "node-fetch": "^2.6.9",
37 "request": "^2.71.0",
38 "upath": "^1.1.2",
39 "xxhashjs": "^0.2.1"
40 },
41 "devDependencies": {
42 "eol": "^0.9.1",
43 "fixture-stdout": "^0.2.1",
44 "jasmine": "^3.99.0",
45 "jasmine-expect": "^2.0.2",
46 "log": "^1.4.0"
47 }
48}