-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "moysklad-tools",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"lint": "lerna run lint",
"test": "lerna run test",
"build": "lerna run build",
"publish": "lerna publish",
"moysklad-extension-queue-build": "lerna run build --scope moysklad-extension-queue",
"moysklad-extension-tools-build": "lerna run build --scope moysklad-extension-tools",
"moysklad-tools-build": "lerna run build --scope moysklad-tools",
"moysklad-tools-metadata-build": "lerna run build --scope moysklad-tools-metadata",
"moysklad-type-matchers-build": "lerna run build --scope moysklad-type-matchers"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"@stamp/compose": "^1.0.2",
"have2": "^1.0.0-beta.1",
"maybes": "^0.2.3",
"moysklad": "^0.4.2",
"stampit": "^4.2.0"
},
"devDependencies": {
"isomorphic-fetch": "^2.2.1",
"tmp": "^0.1.0",
"tap-spec": "^5.0.0",
"nyc": "^13.3.0",
"lerna": "^3.13.1",
"debug": "^4.1.1",
"dotenv": "^7.0.0",
"standard": "^12.0.1",
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-es2015-node4": "^2.1.1",
"blue-tape": "^1.0.0",
"coveralls": "^3.0.3"
},
"license": "MIT"
}