initial commit
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "assignment1",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"start": "npm run build; node --experimental-modules lib/FrontblockService.js",
|
||||
"build": "npm run clean; tsc; node_modules/.bin/webpack",
|
||||
"clean": "rm -rf lib",
|
||||
"update-frontblock": "rm -rf node_modules/frontblock*; npm install"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://todo"
|
||||
},
|
||||
"author": "frontblock.me",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/express": "^4.16.1",
|
||||
"@types/node": "^11.13.13",
|
||||
"bsock": "^0.1.9",
|
||||
"express": "^4.16.4",
|
||||
"frontblock": "latest",
|
||||
"http": "0.0.0",
|
||||
"key-file-storage": "^2.1.5",
|
||||
"log4js": "^4.3.1",
|
||||
"node-fetch": "^2.6.0",
|
||||
"socket.io": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.11",
|
||||
"jest": "^24.7.1",
|
||||
"prettier": "^1.16.4",
|
||||
"terser-webpack-plugin": "^1.3.0",
|
||||
"ts-jest": "^24.0.2",
|
||||
"tslint": "^5.15.0",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^3.4.2",
|
||||
"webpack": "^4.30.0",
|
||||
"webpack-cli": "^3.3.1"
|
||||
},
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user