npm stuff I think

This commit is contained in:
2023-07-02 01:00:03 -07:00
parent c5c2c3ecf4
commit bcb8cda917
4 changed files with 82 additions and 7 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "tlacyl",
"version": "1.0.0",
"description": "README.md",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}