-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.82 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
47
48
49
50
51
52
{
"name": "@perawallet/onramp",
"version": "1.1.2",
"description": "Pera Onramp lets users top up in just a few clicks, offering the best rates for ALGO and stablecoins. Easily integrate it into your dApp with JavaScript SDK.",
"main": "dist/index.js",
"scripts": {
"dev": "./node_modules/.bin/rollup -c -w",
"build": "npm run eslint && ./node_modules/.bin/rollup -c",
"build:release": "./node_modules/.bin/rollup -c",
"eslint": "./node_modules/.bin/eslint --ext .js,.ts src/",
"prettify": "prettier --config ./.prettierrc.js --write \"src/**/*.ts\""
},
"author": "Pera Wallet",
"license": "ISC",
"devDependencies": {
"@hipo/eslint-config-base": "4.1.1",
"@hipo/eslint-config-typescript": "1.1.0",
"@hipo/stylelint-config-base": "3.2.0",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-image": "3.0.1",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.27.5",
"node-sass": "7.0.3",
"postcss": "8.4.20",
"prettier": "2.6.1",
"rollup": "2.78.0",
"rollup-plugin-eslint": "7.0.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.34.1",
"sass": "1.49.11",
"stylelint": "14.16.1",
"stylelint-no-unsupported-browser-features": "6.0.1",
"stylelint-order": "5.0.0",
"stylelint-scss": "4.3.0",
"typescript": "4.6.3"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/perawallet/onramp.git"
},
"bugs": {
"url": "https://github.com/perawallet/onramp/issues"
},
"homepage": "https://github.com/perawallet/onramp#readme"
}