skolplattformen-backup/libs/hooks/package.json

24 lines
600 B
JSON
Raw Normal View History

{
"name": "@skolplattformen/api-hooks",
2021-02-06 20:48:28 +00:00
"description": "React hooks for accessing api with cached results",
2021-02-06 20:51:25 +00:00
"version": "0.0.1",
2021-10-05 15:27:47 +00:00
"main": "src/index.ts",
2021-02-06 20:48:28 +00:00
"files": [
"dist/**/*"
],
"repository": "git@github.com:kolplattformen/api-hooks.git",
"author": "Johan Öbrink <johan.obrink@gmail.com>",
"license": "Apache-2.0",
"private": false,
"scripts": {
"lint": "eslint 'src/**/*.ts' --quiet --fix",
"test": "jest",
"build": "tsc",
"prepare": "yarn build",
"publish-package": "npm publish --access public"
},
2021-02-06 20:48:28 +00:00
"publishConfig": {
"access": "public"
}
}