38 lines
998 B
JSON
38 lines
998 B
JSON
{
|
|
"name": "webdj.backend",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "webdj.backend",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "^4.5.3"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "4.5.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
|
|
"integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
|
|
"dev": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"typescript": {
|
|
"version": "4.5.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
|
|
"integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|