|
| 1 | +{ |
| 2 | + "name": "@bigcommerce/script-loader", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "A library for loading JavaScript files asynchronously", |
| 5 | + "main": "lib/index.js", |
| 6 | + "types": "lib/index.d.ts", |
| 7 | + "files": [ |
| 8 | + "lib/" |
| 9 | + ], |
| 10 | + "engines": { |
| 11 | + "node": "^6.10.0" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "git://github.com/bigcommerce/script-loader-js.git" |
| 16 | + }, |
| 17 | + "author": "BigCommerce", |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/bigcommerce/script-loader-js/issues" |
| 20 | + }, |
| 21 | + "homepage": "https://github.com/bigcommerce/script-loader-js", |
| 22 | + "scripts": { |
| 23 | + "prebuild": "yarn lint && yarn test", |
| 24 | + "build": "yarn compile", |
| 25 | + "precompile": "rm -rf lib", |
| 26 | + "compile": "tsc --outDir lib", |
| 27 | + "lint": "tslint src/**/*.ts --config tslint.json && tsc --noEmit", |
| 28 | + "prerelease": "git fetch --tags && yarn validate-dependencies && yarn validate-commits && yarn build", |
| 29 | + "release": "git add 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 | + "tslib": "^1.8.0" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@types/jest": "^21.1.10", |
| 43 | + "jest": "^21.2.1", |
| 44 | + "standard-version": "^4.2.0", |
| 45 | + "ts-jest": "^21.2.3", |
| 46 | + "tslint": "^5.9.1", |
| 47 | + "typescript": "^2.7.1", |
| 48 | + "validate-commits": "git+ssh://[email protected]/bigcommerce-labs/validate-commits.git#1.1.0" |
| 49 | + } |
| 50 | +} |
0 commit comments