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

22 lines
700 B
JSON

{
"name": "@skolplattformen-app/api-skolplattformen",
"version": "0.15.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": "lib/index.ts",
"files": [
"dist/**/*"
],
"repository": "git@github.com:kolplattformen/skolplattformen.git",
"author": "ÖS <info@skolplattformen.org>",
"license": "Apache-2.0",
"private": false,
"scripts": {
"lint": "eslint 'lib/**/*.{js,ts}' --quiet --fix",
"test": "jest",
"build": "tsc --build",
"prepare": "yarn build",
"run-dev": "yarn run build && node run",
"publish-package": "npm publish --access public"
}
}