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

22 lines
700 B
JSON
Raw Normal View History

2020-12-19 12:37:45 +00:00
{
"name": "@skolplattformen-app/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/**/*"
],
"repository": "git@github.com:kolplattformen/skolplattformen.git",
"author": "ÖS <info@skolplattformen.org>",
2020-12-19 12:37:45 +00:00
"license": "Apache-2.0",
"private": false,
"scripts": {
"lint": "eslint 'lib/**/*.{js,ts}' --quiet --fix",
2020-12-20 19:58:52 +00:00
"test": "jest",
"build": "tsc --build",
2020-12-21 08:57:03 +00:00
"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
}
}