feat(regime)
This commit is contained in:
commit
faacaba2f5
37 changed files with 1060 additions and 0 deletions
14
templates/shared/package.json
Normal file
14
templates/shared/package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Sigitex",
|
||||
"url": "http://github.com/sigitex"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sigitex/<<repo>>.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "bun test"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue