UNPKG

1.83 kBJSONView Raw
1{
2 "name": "@adobe/petridish",
3 "version": "1.2.2",
4 "description": "Helix Testing Environment",
5 "repository": "https://github.com/adobe/petridish",
6 "main": "src/index.js",
7 "license": "Apache-2.0",
8 "scripts": {
9 "start": "node src/run.js",
10 "test": "nyc mocha",
11 "lint": "./node_modules/.bin/eslint .",
12 "snyk-protect": "snyk protect",
13 "prepare": "npm run snyk-protect",
14 "preversion": "npm test",
15 "postversion": "git push origin master --follow-tags",
16 "delete-git-tag": "git tag -d v$npm_package_version && git push origin :v$npm_package_version"
17 },
18 "dependencies": {
19 "@adobe/git-server": "^0.9.0",
20 "@adobe/htlengine": "^1.0.3",
21 "@adobe/hypermedia-pipeline": "^0.4.0",
22 "@adobe/openwhisk-loggly-wrapper": "^0.3.0",
23 "colors": "^1.3.0",
24 "express": "^4.16.3",
25 "fs-extra": "^7.0.0",
26 "git-url-parse": "^10.0.1",
27 "js-yaml": "^3.12.0",
28 "lodash": "^4.17.5",
29 "moment": "^2.22.2",
30 "nodesi": "^1.7.1",
31 "request": "^2.85.0",
32 "request-promise": "^4.2.2",
33 "snyk": "^1.88.1",
34 "winston": "^3.0.0"
35 },
36 "devDependencies": {
37 "ajv": "^6.5.3",
38 "codecov": "^3.0.2",
39 "eslint": "^5.4.0",
40 "eslint-config-airbnb": "^17.1.0",
41 "eslint-plugin-header": "^2.0.0",
42 "eslint-plugin-import": "^2.14.0",
43 "eslint-plugin-jsx-a11y": "^6.1.1",
44 "eslint-plugin-react": "^7.11.1",
45 "istanbul": "^1.1.0-alpha.1",
46 "mocha": "^5.0.5",
47 "mocha-junit-reporter": "^1.17.0",
48 "nodemon": "^1.17.2",
49 "nyc": "^13.0.1",
50 "shelljs": "^0.8.2"
51 },
52 "nodemonConfig": {
53 "ignoreRoot": [
54 ".git"
55 ],
56 "ignore": [
57 "test/*",
58 "dishes/*",
59 "docs/*"
60 ],
61 "watch": [
62 "src",
63 "node_modules/@adobe/md2json/src",
64 "node_modules/@adobe/strainconfig/src"
65 ]
66 },
67 "snyk": true
68}