This repository was archived by the owner on Feb 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@openfn/devtools",
"version": "2.1.5",
"author": "Open Function Group",
"homepage": "https://docs.openfn.org",
"repository": {
"type": "git",
"url": "https://github.com/openfn/devtools.git"
},
"bin": {
"openfn-devtools": "bin/cli"
},
"scripts": {
"test": "mocha",
"generate": "./scripts/generate-project.js",
"test:watch": "mocha -w --watch-files test,scripts --watch-ignore test/fixtures"
},
"license": "LGPL-3.0",
"dependencies": {
"@octokit/rest": "^18.12.0",
"@openfn/simple-ast": "~0.4.1",
"chai": "^4.3.3",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"doclet-query": "github:openfn/jsdoc-query#master",
"execa": "^5.0.0",
"fs": "0.0.1-security",
"gfynonce": "^1.0.1",
"inquirer": "^8.0.0",
"inquirer-autocomplete-prompt": "^1.3.0",
"inquirer-file-path": "^1.0.1",
"inquirer-file-tree-selection-prompt": "^1.0.7",
"inquirer-fuzzy-path": "^2.3.0",
"inquirer-path": "^1.0.0-beta5",
"js-yaml": "^4.0.0",
"jsdoc-api": "1.2.4",
"listr": "^0.14.3",
"minimist": "^1.2.6",
"np": "^7.4.0",
"semver": "^5.7.1",
"simple-git": "^3.16.0",
"xml2json": "^0.11.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/cli": "^7.16.6",
"@babel/core": "^7.9.0",
"inquirer-test": "^2.0.1",
"mocha": "^9.2.2",
"prettier": "^2.2.1"
}
}