-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 940 Bytes
/
package.json
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
38
{
"name": "@firestone-hs/reference-data",
"version": "2.0.102",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc",
"publish-version": "rm -rf dist && tsc && rm -rf dist/node_modules && npm publish --access public"
},
"repository": {},
"author": "",
"license": "MIT",
"private": false,
"main": "dist/public-api.js",
"types": "dist/public-api.d.ts",
"files": [
"dist/**/*"
],
"dependencies": {
"@firestone-hs/deckstrings": "^2.2.7",
"cross-fetch": "^3.0.4",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@types/node": "^12.11.1",
"@types/node-fetch": "^2.5.5",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.2.1",
"ts-node": "~7.0.0",
"typescript": "^4.2.4"
}
}