UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@arkecosystem/platform-sdk-http-got",
3 "description": "Cross-Platform Utilities for ARK Applications",
4 "version": "0.9.410",
5 "contributors": [],
6 "license": "MIT",
7 "files": [
8 "/dist"
9 ],
10 "main": "dist/index",
11 "types": "dist/index",
12 "scripts": {
13 "build": "yarn clean && tsc",
14 "build:watch": "yarn build -w",
15 "clean": "rimraf .coverage dist tmp",
16 "test": "jest",
17 "test:watch": "jest --watchAll",
18 "coverage:report": "codecov",
19 "publish": "yarn build && yarn npm publish --access public --tolerate-republish"
20 },
21 "dependencies": {
22 "@arkecosystem/platform-sdk": "0.9.410",
23 "got": "^11.7.0"
24 },
25 "devDependencies": {
26 "@sindresorhus/tsconfig": "^0.7.0",
27 "@types/eslint": "^7.2.4",
28 "@types/eslint-plugin-prettier": "^3.1.0",
29 "@types/fs-extra": "9.0.2",
30 "@types/jest": "^26.0.14",
31 "@types/node": "^14.11.8",
32 "@types/node-fetch": "2.5.7",
33 "@types/prettier": "^2.1.2",
34 "@types/rimraf": "^3.0.0",
35 "@typescript-eslint/eslint-plugin": "^4.4.0",
36 "@typescript-eslint/parser": "^4.4.0",
37 "codecov": "^3.8.0",
38 "cross-env": "^7.0.2",
39 "eslint": "^7.11.0",
40 "eslint-config-prettier": "^6.12.0",
41 "eslint-plugin-jest": "^24.1.0",
42 "eslint-plugin-prettier": "^3.1.4",
43 "eslint-plugin-simple-import-sort": "^5.0.3",
44 "fs-extra": "^9.0.1",
45 "jest": "^26.5.3",
46 "jest-extended": "^0.11.5",
47 "jest-localstorage-mock": "^2.4.3",
48 "nock": "^13.0.4",
49 "npm-check-updates": "^9.0.4",
50 "prettier": "^2.1.2",
51 "rimraf": "^3.0.2",
52 "ts-jest": "^26.4.1",
53 "typescript": "^4.0.3"
54 },
55 "engines": {
56 "node": ">=12.x"
57 },
58 "jest": {
59 "preset": "../../jest.config.js"
60 }
61}
\No newline at end of file