21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"name": "simple",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"app": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src/app.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@abearxiong/router": "../.."
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|