skolplattformen-backup/package.json

27 lines
753 B
JSON

{
"name": "@skolplattformen/embedded-api",
"version": "0.0.0",
"description": "Since the proxy was blocked (and also deemed a bad idea by some), this is a reboot of the API running in process in the app(s).",
"main": "./dist",
"repository": "git@github.com:kolplattformen/embedded-api.git",
"author": "Johan Öbrink <johan.obrink@gmail.com>",
"license": "Apache-2.0",
"private": false,
"scripts": {
"lint": "eslint '*/**/*.{js,ts}' --quiet --fix",
"test": "jest",
"build": "tsc"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^26.0.19",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"dependencies": {
"axios": "^0.21.0",
"events": "^3.2.0"
}
}