forked from iov-one/iov-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 KB
/
package.json
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
{
"name": "iov-monorepo-root",
"description": "IOV JavaScript packages",
"private": true,
"author": "IOV SAS <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://github.com/iov-one/iov-core",
"repository": {
"type": "git",
"url": "https://github.com/iov-one/iov-core.git"
},
"bugs": {
"url": "https://github.com/iov-one/iov-core/issues"
},
"workspaces": [
"packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"format": "lerna run format",
"lint": "lerna run lint",
"lint-fix": "lerna run lint-fix",
"test": "lerna run test",
"build": "lerna run build",
"docs": "lerna run docs",
"release": "lerna run build && lerna publish",
"clean": "rm -rf ./packages/*/docs/"
},
"devDependencies": {
"@types/jasmine": "^3.3",
"@types/memdown": "^3.0.0",
"cross-env": "^5.2.0",
"ganache-cli": "^6.2.3",
"jasmine": "^3.3",
"jasmine-console-reporter": "^3.0.2",
"jasmine2-custom-message": "^0.9.1",
"karma": "^3",
"karma-chrome-launcher": "^2.2.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2",
"karma-jasmine-html-reporter": "^1.4",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^3.0.0",
"lerna": "^3.0.0-rc.0",
"memdown": "^3.0.0",
"prettier": "^1.12.1",
"shx": "^0.3.2",
"source-map-support": "^0.5.6",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"tslint-immutable": "^4.5.4",
"typedoc": "^0.13.0",
"typescript": "~3.1",
"webpack": "^4.12.0",
"webpack-command": "^0.2.1"
}
}