Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Aug 17, 2022
1 parent c4083a6 commit f80f333
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "ligo-breathalyzer",
"description": "A simple test framework for Ligo Lang",
"keywords": [ "ligo", "tezos", "tezos-ligo", "cameligo" ],
"directories": { "lib": "lib", "test": "test" },
"repository": {
"type": "git",
"url": "git+https://github.com/marigold-dev/breathalyzer.git"
},
"version": "1.0.0",
"author": "Marigold <[email protected]>",
"license": "MIT",
"scripts": {
"test": "ligo run test test/test.mligo --project-root ."
},
"dependencies": {},
"devDependencies": {},
"bugs": { "url": "https://github.com/marigold-dev/breathalyzer/issues" },
"homepage": "https://github.com/marigold-dev/breathalyzer"
}

0 comments on commit f80f333

Please sign in to comment.