|
| 1 | +{ |
| 2 | + "name": "@bigcommerce/request-sender", |
| 3 | + "version": "0.0.0", |
| 4 | + "main": "lib/index.js", |
| 5 | + "files": [ |
| 6 | + "lib/" |
| 7 | + ], |
| 8 | + "engines": { |
| 9 | + "node": "^6.10.0", |
| 10 | + "yarn": "^0.27.5" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git://github.com/bigcommerce/request-sender-js.git" |
| 15 | + }, |
| 16 | + "author": "BigCommerce", |
| 17 | + "bugs": { |
| 18 | + "url": "https://github.com/bigcommerce/request-sender-js/issues" |
| 19 | + }, |
| 20 | + "homepage": "https://github.com/bigcommerce/request-sender-js", |
| 21 | + "scripts": { |
| 22 | + "prebuild": "yarn lint && yarn test", |
| 23 | + "build": "yarn compile", |
| 24 | + "precompile": "rm -rf lib", |
| 25 | + "compile": "tsc --outDir lib", |
| 26 | + "compile:watch": "yarn compile -- --watch", |
| 27 | + "lint": "eslint src --config eslintrc.json", |
| 28 | + "prerelease": "git fetch --tags && yarn validate-dependencies && yarn validate-commits && yarn build", |
| 29 | + "release": "git add dist lib && standard-version -a", |
| 30 | + "test": "jest --config jest-config.js", |
| 31 | + "test:coverage": "yarn test -- --coverage", |
| 32 | + "test:series": "yarn test -- --runInBand", |
| 33 | + "test:watch": "yarn test -- --watch", |
| 34 | + "travis": "yarn lint && yarn test:series -- --coverage", |
| 35 | + "validate-commits": "validate-commits", |
| 36 | + "validate-dependencies": "yarn install --check-files --frozen-lockfile" |
| 37 | + }, |
| 38 | + "dependencies": { |
| 39 | + "is-promise": "^2.1.0", |
| 40 | + "js-cookie": "^2.1.4", |
| 41 | + "query-string": "^5.0.0", |
| 42 | + "tslib": "^1.8.0" |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "eslint": "2.8.0", |
| 46 | + "eslint-config-airbnb": "6.0.2", |
| 47 | + "eslint-plugin-react": "4.1.0", |
| 48 | + "jest": "^21.2.1", |
| 49 | + "standard-version": "^4.2.0", |
| 50 | + "ts-jest": "^21.2.3", |
| 51 | + "ts-loader": "^3.2.0", |
| 52 | + "typescript": "^2.6.2", |
| 53 | + "typescript-eslint-parser": "^9.0.1", |
| 54 | + "validate-commits": "git+ssh://git@github.com/bigcommerce-labs/validate-commits.git#1.1.0" |
| 55 | + } |
| 56 | +} |
0 commit comments