-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 3.31 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 3.31 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@plugnet/dev",
"version": "0.32.0",
"description": "A collection of shared CI scripts and development environment used by @plugnet projects",
"bin": {
"plugnet-dev-build-babel": "./scripts/plugnet-dev-build-babel.sh",
"plugnet-dev-build-docs": "./scripts/plugnet-dev-build-docs.sh",
"plugnet-dev-build-ts": "./scripts/plugnet-dev-build-ts.sh",
"plugnet-dev-circleci-build": "./scripts/plugnet-dev-circleci-build.sh",
"plugnet-dev-clean-branches": "./scripts/plugnet-dev-clean-branches.sh",
"plugnet-dev-clean-build": "./scripts/plugnet-dev-clean-build.sh",
"plugnet-dev-copy-skeleton": "./scripts/plugnet-dev-copy-skeleton.sh",
"plugnet-dev-ghact-build": "./scripts/plugnet-dev-ghact-build.sh",
"plugnet-dev-ghact-docs": "./scripts/plugnet-dev-ghact-docs.sh",
"plugnet-dev-travis-deploy": "./scripts/plugnet-dev-travis-deploy.sh",
"plugnet-dev-travis-build": "./scripts/plugnet-dev-travis-build.sh",
"plugnet-dev-update-deps": "./scripts/plugnet-dev-update-deps.sh",
"plugnet-dev-version": "./scripts/plugnet-dev-version.sh",
"plugnet-dev-version-beta": "./scripts/plugnet-dev-version-beta.sh",
"plugnet-dev-version-minor": "./scripts/plugnet-dev-version-minor.sh",
"plugnet-dev-version-patch": "./scripts/plugnet-dev-version-patch.sh",
"plugnet-dev-yarn-only": "./scripts/plugnet-dev-yarn-only.js"
},
"keywords": [
"Plugnet-dev"
],
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Ian He<ian.he@centrality.ai>"
],
"contributors": [],
"license": "Apache-2.0",
"engines": {},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plugblockchain/dev.js"
},
"bugs": {
"url": "https://github.com/plugblockchain/dev.js/issues"
},
"homepage": "https://github.com/plugblockchain/dev.js#readme",
"dependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.6.2",
"@babel/runtime": "^7.6.3",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.12",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^3.2.0",
"chalk": "^2.4.2",
"coveralls": "^3.0.7",
"cpx": "^1.5.0",
"eslint": "^6.4.0",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.1.1",
"jest": "^24.9.0",
"jest-haste-map": "^24.9.0",
"jest-resolve": "^24.9.0",
"lerna": "^3.17.0",
"mkdirp": "^0.5.1",
"rimraf": "^3.0.0",
"typedoc": "^0.15.0",
"typedoc-plugin-markdown": "^2.2.6",
"typedoc-plugin-no-inherit": "^1.1.10",
"typescript": "^3.6.4",
"vuepress": "^1.2.0"
}
}