Skip to content

Commit e259b68

Browse files
committed
Add details to package.json
1 parent ce1c604 commit e259b68

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules/
2+
package-lock.json
3+
24

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"name": "purpleteam-test",
2+
"name": "purpleteam-build-test-cli",
3+
"version": "1.0.0",
4+
"description": "Used to test that the purpleteam CLI runs within a build pipeline successfully",
35
"main": "index.js",
46
"scripts": {
57
"// Don't forget to export any required env vars before running the purpleteam CLI. For example": "env NODE_ENV='local' ",
@@ -14,5 +16,18 @@
1416
},
1517
"dependencies": {
1618
"purpleteam": "*"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/purpleteam-labs/purpleteam-build-test-cli.git"
23+
},
24+
"author": {
25+
"name": "Kim Carter",
26+
"email": "[email protected]"
27+
},
28+
"license": "MIT",
29+
"homepage": "https://purpleteam-labs.com",
30+
"bugs": {
31+
"url": "https://github.com/purpleteam-labs/purpleteam/issues"
1732
}
1833
}

0 commit comments

Comments
 (0)