first commit
This commit is contained in:
commit
ae301e44f4
7 changed files with 685 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "base",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node build/main.js",
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"build+start": "npm run build && npm run start",
|
||||
"build:watch": "tsc -w -p tsconfig.json",
|
||||
"test:watch": "node --import tsx --test --watch **/*.spec.ts",
|
||||
"test": "node --import tsx --test **/*.spec.ts"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.5",
|
||||
"tsx": "^4.7.0",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue