This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.05 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
59
60
61
62
63
64
65
{
"name": "@wetransfer/concorde",
"version": "0.0.1",
"description": "A sexy pinnacle of engineering that’s nonetheless incredibly inefficient and expensive and goes out of business because it can’t find enough use",
"main": "index.js",
"sideEffects": false,
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"semantic-release": "sh scripts/release/create.sh",
"semantic-release-canary": "lerna publish --conventional-commits --canary --no-push --no-git-tag-version --yes",
"semantic-release-dry-run": "lerna changed --long",
"serve:dist": "node scripts/server/run.js",
"test": "lerna run test",
"test:ci": "npm run test:coverage -- --bail --runInBand --verbose=false",
"test:code-climate": "cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage",
"test:coverage": "jest --coverage --all",
"test:integration": "lerna run test:integration",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeTransfer/concorde.js.git"
},
"keywords": [
"wetransfer"
],
"author": "WeTransfer folks",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeTransfer/concorde.js/issues"
},
"homepage": "https://github.com/WeTransfer/concorde.js#readme",
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/preset-env": "7.6.3",
"@wetransfer/eslint-config-wetransfer": "3.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"eslint": "6.5.1",
"husky": "3.0.8",
"jest": "24.9.0",
"lerna": "3.17.0",
"prettier": "1.18.2",
"puppeteer": "1.20.0",
"webpack": "4.41.0",
"webpack-cli": "3.3.9"
},
"resolutions": {
"cryptiles": "4.1.2",
"handlebars": "4.1.2",
"js-yaml": "3.13.1",
"lodash": "4.17.15",
"sshpk": "1.13.2",
"merge": "1.2.1"
},
"publishConfig": {
"access": "public"
}
}