mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-05 00:38:01 +00:00
Added tests
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "howtheysre",
|
||||
"version": "1.0.0",
|
||||
"description": "How They SRE",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/upgundecha/howtheysre.git"
|
||||
},
|
||||
"author": "upgundecha",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/upgundecha/howtheysre/issues"
|
||||
},
|
||||
"homepage": "https://github.com/upgundecha/howtheysre#readme",
|
||||
"devDependencies": {
|
||||
"chai": "^4.3.0",
|
||||
"mocha": "^8.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user