Skip to content

Commit

Permalink
Supplied a package.json to support workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Feb 3, 2024
1 parent c90bd45 commit b10bbde
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "torch",
"version": "2.12.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "echo \"No lint supplied yet\"",
"build": "echo \"No build supplied yet\"",
"test": "echo \"Error: no test automation supplied yet\""
},
"keywords": [],
"contributors": [
{
"name": "Deuce",
"flags": {}
},
{
"name": "Lupestro",
"email": "[email protected]",
"flags": {}
}
],
"license": "SEE LICENSE IN README.md"
}

0 comments on commit b10bbde

Please sign in to comment.