-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "@extra-isin/logos",
"version": "1.0.0",
"description": "Graphical symbols for identification of specific securities labeled by the 12-digit code, ISIN.",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"test": "exit",
"build": "node ./build",
"deploy": "node ./build deploy"
},
"keywords": [
"extra",
"isin",
"logos",
"finance",
"stock",
"market"
],
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-isin--logos.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-isin--logos/issues"
},
"homepage": "https://github.com/nodef/extra-isin--logos#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/node": "^17.0.31",
"download": "^8.0.0",
"extra-build": "^2.0.31",
"extra-fyers": "^1.3.3",
"extra-sleep": "^1.0.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^4.2.1"
}
}