skolplattformen-backup/libs/api-skolplattformen/package.json

25 lines
742 B
JSON
Raw Normal View History

2020-12-19 12:37:45 +00:00
{
2021-10-05 15:27:47 +00:00
"name": "api-skolplattformen",
2021-01-15 08:43:18 +00:00
"version": "0.15.0",
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).",
2021-10-05 15:27:47 +00:00
"main": "lib/index.ts",
2020-12-20 22:22:46 +00:00
"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",
"run-dev": "yarn run build && node run",
2020-12-21 08:57:03 +00:00
"publish-package": "npm publish --access public"
2020-12-19 12:37:45 +00:00
},
2020-12-20 19:58:52 +00:00
"dependencies": {
2021-10-05 15:27:47 +00:00
"@react-native-cookies/cookies": "*"
2020-12-19 12:37:45 +00:00
}
}