File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
+ package-lock.json
3
+
2
4
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
5
"main" : " index.js" ,
4
6
"scripts" : {
5
7
"// Don't forget to export any required env vars before running the purpleteam CLI. For example" : " env NODE_ENV='local' " ,
14
16
},
15
17
"dependencies" : {
16
18
"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
+
27
+ },
28
+ "license" : " MIT" ,
29
+ "homepage" : " https://purpleteam-labs.com" ,
30
+ "bugs" : {
31
+ "url" : " https://github.com/purpleteam-labs/purpleteam/issues"
17
32
}
18
33
}
You can’t perform that action at this time.
0 commit comments