first commit
This commit is contained in:
commit
b36981318b
0
.gitea/workflows/publish.yml
Normal file
0
.gitea/workflows/publish.yml
Normal file
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
21
package.json
Normal file
21
package.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@ametatools/tools",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"author": "Maidanov M. D.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://your-gitea-instance.com/your-username/my-package.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://your-gitea-instance.com/api/packages/your-username/npm/"
|
||||
}
|
||||
}
|
||||
0
src/index.ts
Normal file
0
src/index.ts
Normal file
0
tests/index.test.ts
Normal file
0
tests/index.test.ts
Normal file
0
tsconfig.json
Normal file
0
tsconfig.json
Normal file
Loading…
x
Reference in New Issue
Block a user