Update package names

This commit is contained in:
Darren Clarke 2023-03-10 09:00:43 +00:00
parent 5535d6b575
commit fe2e53ea6f
11 changed files with 17 additions and 17977 deletions

View file

@ -1,5 +1,5 @@
{
"name": "config",
"name": "metamigo-config",
"version": "0.2.0",
"main": "build/main/index.js",
"author": "Abel Luck <abel@guardianproject.info>",
@ -17,9 +17,11 @@
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "4.9.4"
},
"files": ["build", "src"],
"files": [
"build",
"src"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"doc:html": "typedoc src/ --exclude '**/*.test.ts' --exclude '**/*.spec.ts' --name $npm_package_name --readme README.md --target es2019 --mode file --out build/docs",