-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@runopencode/http-angular-adapter",
"repository": {
"type": "git",
"url": "https://github.com/RunOpenCode/http-angular-adapter"
},
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"eslint": "node_modules/.bin/eslint --fix 'src/*.ts'"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"dependencies": {
"@angular/common": ">=9.0",
"@runopencode/http": ">=3.0",
"rxjs": "^6.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "^3.9.6"
},
"license": "MIT",
"private": false
}