-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.73 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
{
"name": "@adobe/asset-compute-commons",
"description": "Common utilities needed by all Adobe Asset Compute serverless actions",
"license": "Apache-2.0",
"version": "1.4.1",
"main": "index.js",
"author": {
"name": "Adobe Inc."
},
"repository": "adobe/asset-compute-commons",
"dependencies": {
"@adobe/asset-compute-events-client": "^1.2.1",
"@adobe/openwhisk-newrelic": "^2.0.1",
"clone": "^2.1.2",
"tmp": "^0.2.1",
"valid-url": "^1.0.9"
},
"devDependencies": {
"@adobe/eslint-config-asset-compute": "^1.3.3",
"@semantic-release/git": "^9.0.1",
"@stryker-mutator/core": "^5.6.1",
"@stryker-mutator/html-reporter": "^3.1.0",
"@stryker-mutator/javascript-mutator": "^4.0.0",
"@stryker-mutator/mocha-framework": "^4.0.0",
"@stryker-mutator/mocha-runner": "^5.6.1",
"codecov": "^3.8.3",
"conventional-changelog-eslint": "^3.0.9",
"jsonwebtoken": "^8.5.1",
"license-checker": "^25.0.1",
"lockfile-lint": "^4.8.0",
"mocha": "^9.2.2",
"nock": "^13.2.9",
"nyc": "^15.1.0",
"rewire": "^6.0.0",
"semantic-release": "^17.4.7",
"sinon": "^13.0.2",
"stryker": "^0.35.1",
"stryker-api": "^0.24.1"
},
"keywords": [
"scripts",
"openwhisk",
"asset compute",
"library",
"adobe"
],
"scripts": {
"posttest": "eslint ./ && license-checker --summary && ./node_modules/lockfile-lint/bin/lockfile-lint.js --path package-lock.json —type npm --allowed-hosts npm artifactory.corp.adobe.com --allowed-schemes \"https:\" \"file:\" --empty-hostname true",
"test": "nyc mocha --recursive --exit",
"beautify": "eslint ./ --fix",
"semantic-release": "semantic-release"
},
"mocha": {
"file": "test/logfile.setup.js"
}
}