README / package.json
Rick Knowles
added skeleton container
94d5fc0
{
"name": "huggingface-readme",
"version": "0.0.1",
"author": "[email protected]",
"description": "Readme page for hikari systems on huggingface",
"scripts": {
"test": "jest -i",
"testci": "jest --ci --bail -i",
"lint": "eslint ./lib",
"build": "rm -rf ./es5 && tsc",
"watch": "tsc --watch",
"start": "node es5/server.js",
"develop": "nodemon es5/server.js"
},
"dependencies": {
"@types/express-serve-static-core": "^4.17.43",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"nconf": "^0.12.1",
"winston": "^3.11.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^27.5.1",
"jest-watch-typeahead": "^1.0.0",
"prettier": "^2.6.1",
"typescript": "^5.3.3"
}
}