{ "name": "frontcraft", "description": "Guild website framework", "version": "1.0.0", "scripts": { "tsc": "tsc", "knex": "knex", "launch": "npm run debug > log.txt", "debug": "node lib/src/backend/Launcher.js", "start": "npm run build && npm run launch", "start-backend": "npm run build-backend && npm run launch", "test": "rm -rf data && npm run build-backend && mocha lib/test/backendTest.js", "build": "npm run build-frontend && npm run build-backend", "build-backend": "npm run clean-backend && npm run tsc", "build-frontend": "npm run clean-frontend && (mkdir dist || rm -rf dist/*) && npm run build-dashboard", "build-dashboard": "cd src/frontend && npm run build && cp -r dist/* ../../dist", "clean": "rm -rf data && npm run clean-backend && npm run clean-frontend", "clean-backend": "rm -rf lib plugins config widget .rpt2_cache ", "clean-frontend": "rm -rf src/frontend/dist dist" }, "repository": { "type": "git", "url": "http://gitea.frontblock.me/fb-vendor/admin" }, "author": "frontblock.me", "license": "ISC", "dependencies": { "@types/express": "^4.17.8", "@types/mocha": "^5.2.7", "@types/node": "^14.0.27", "bsert": "0.0.10", "bsock": "^0.1.9", "child-process-promise": "^2.2.1", "circular-buffer": "^1.0.2", "crypto-js": "^3.1.9-1", "debug": "^4.1.1", "domino": "^2.1.4", "express": "^4.16.4", "frontblock": "^0.15.2", "frontblock-generic": "^0.34.8", "git-cherrypicker": "0.0.3", "git-describe": "^4.0.4", "http": "0.0.0", "loadson": "^1.0.0", "log4js": "^4.5.1", "lowdb": "^1.0.0", "ngx-cookie-service": "^2.4.0", "node-fetch": "^2.6.0", "path": "^0.12.7", "rate-limiter-flexible": "^2.1.10", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.0", "rpclibrary": "^2.3.1", "simple-git": "^1.124.0", "spawn-sync": "^2.0.0", "sqlite3": "^4.2.0", "trash": "^6.0.0", "tsyringe": "^4.0.1", "upgiter": "^1.0.4", "uuid": "^3.3.3", "xml2js": "^0.4.22", "xmlhttprequest": "^1.8.0" }, "devDependencies": { "knex": "^0.19.5", "madge": "^3.6.0", "mocha": "^7.1.0", "terser-webpack-plugin": "^1.4.1", "ts-loader": "^5.3.3", "typescript": "^3.5.3" }, "files": [ "lib/**/*" ], "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "keywords": [] }