non_npm_packages: 050602/KalrCat, src/package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| 7e82cc956c86de94d6c0783f24364691a96d4d40 | {
"author": "",
"dependencies": {
"bson": "^4.6.4",
"chokidar": "^3.5.3",
"log4js": "^6.6.0",
"md5": "^2.3.0",
"mongoose": "^6.5.3",
"protobufjs": "^6.11.2",
"typescript": "^4.7.4",
"ws": "^8.8.0"
},
"description": "",
"devDependencies": {
"dependency-cruiser": "^11.10.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "karlcat",
"scripts": {
"poststart": "node ./dist/app.js",
"posttoU3D": "uglifyjs --rename output/main.js -o output/main.js && node copyJsFile2.js output ../client/Assets/Assets/ts",
"start": "npx tsc",
"toU3D": "webpack",
"watch": "webpack --watch"
},
"version": "2.3.5"
} |
050602 | src/package.json | 050602/KalrCat |