UNPKG

2.24 kBJSONView Raw
1{
2 "name": "@0x/utils",
3 "version": "7.0.0",
4 "engines": {
5 "node": ">=6.12"
6 },
7 "description": "0x TS utils",
8 "main": "lib/src/index.js",
9 "types": "lib/src/index.d.ts",
10 "scripts": {
11 "build": "tsc -b",
12 "build:ci": "yarn build",
13 "clean": "shx rm -rf lib",
14 "watch": "tsc -b -w",
15 "lint": "tslint --format stylish --project .",
16 "fix": "tslint --fix --format stylish --project .",
17 "test": "yarn run_mocha",
18 "test:circleci": "yarn test:coverage",
19 "run_mocha": "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*_test.js' 'lib/test/*_test.js' --bail --exit",
20 "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
21 "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info"
22 },
23 "license": "Apache-2.0",
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/0xProject/tools.git"
27 },
28 "bugs": {
29 "url": "https://github.com/0xProject/tools/issues"
30 },
31 "homepage": "https://github.com/0xProject/tools/tree/main/utils",
32 "devDependencies": {
33 "@0x/tslint-config": "^4.1.5",
34 "@types/detect-node": "2.0.0",
35 "@types/lodash": "4.14.104",
36 "chai": "^4.0.1",
37 "chai-as-promised": "^7.1.0",
38 "chai-bignumber": "^3.0.0",
39 "dirty-chai": "^2.0.1",
40 "make-promises-safe": "^1.1.0",
41 "mocha": "^6.2.0",
42 "npm-run-all": "^4.1.2",
43 "shx": "^0.2.2",
44 "tslint": "5.11.0",
45 "typescript": "4.2.2"
46 },
47 "dependencies": {
48 "@0x/types": "^3.3.7",
49 "@0x/typescript-typings": "^5.3.2",
50 "@types/mocha": "^5.2.7",
51 "@types/node": "12.12.54",
52 "abortcontroller-polyfill": "^1.1.9",
53 "bignumber.js": "~9.0.2",
54 "chalk": "^2.3.0",
55 "detect-node": "2.0.3",
56 "ethereum-types": "^3.7.1",
57 "ethereumjs-util": "^7.1.5",
58 "ethers": "~4.0.4",
59 "isomorphic-fetch": "^3.0.0",
60 "js-sha3": "^0.7.0",
61 "lodash": "^4.17.21"
62 },
63 "publishConfig": {
64 "access": "public"
65 },
66 "gitHead": "aad2bd4f3e148f57c3a883b66b224d89eab78ad7"
67}