initial commit
This commit is contained in:
commit
40261065fe
6 changed files with 59 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "quados-config",
|
||||
"version": "1.0.0",
|
||||
"main": "config.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"rebuild": "echo todo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@quados-tools": "link:/home/quadradical/Documents/Code/quados-tools/"
|
||||
}
|
||||
}
|
Reference in a new issue