promise learn
This commit is contained in:
20
tools/app/promise-learn/package.json
Normal file
20
tools/app/promise-learn/package.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "promise-learn",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "rm -rf ./build && tsc",
|
||||
"start": "npm run build && node build/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.20",
|
||||
"typescript": "^4.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"mariadb": "^2.5.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user