skolplattformen-backup/package.json

46 lines
1.3 KiB
JSON
Raw Normal View History

2020-12-19 12:37:45 +00:00
{
"name": "@skolplattformen/embedded-api",
2021-01-07 08:26:53 +00:00
"version": "0.14.1",
2020-12-19 12:37:45 +00:00
"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).",
2020-12-20 22:22:46 +00:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
2020-12-19 12:37:45 +00:00
"repository": "git@github.com:kolplattformen/embedded-api.git",
"author": "Johan Öbrink <johan.obrink@gmail.com>",
"license": "Apache-2.0",
"private": false,
"scripts": {
"lint": "eslint 'lib/**/*.{js,ts}' --quiet --fix",
2020-12-20 19:58:52 +00:00
"test": "jest",
2020-12-21 08:57:03 +00:00
"build": "tsc",
"prepare": "yarn build",
"publish-package": "npm publish --access public"
2020-12-19 12:37:45 +00:00
},
"devDependencies": {
"@types/jest": "^26.0.19",
"@types/luxon": "^1.25.0",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.16.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-plugin-import": "^2.22.1",
"fetch-cookie": "^0.11.0",
2020-12-19 12:37:45 +00:00
"jest": "^26.6.3",
"node-blob": "^0.0.2",
"node-fetch": "^2.6.1",
"tough-cookie": "^4.0.0",
2020-12-20 19:58:52 +00:00
"ts-jest": "^26.4.4",
2020-12-19 12:37:45 +00:00
"typescript": "^4.1.3"
2020-12-20 19:58:52 +00:00
},
"dependencies": {
"camelcase-keys": "^6.2.2",
"events": "^3.2.0",
"h2m": "^0.7.0",
"js-htmlencode": "^0.3.0",
"luxon": "^1.25.0"
2020-12-19 12:37:45 +00:00
}
}