UNPKG

1.43 kBJSONView Raw
1{
2 "name": "@0x/tslint-config",
3 "version": "4.1.5",
4 "engines": {
5 "node": ">=6.12"
6 },
7 "description": "Lint rules related to 0xProject for TSLint",
8 "main": "tslint.json",
9 "scripts": {
10 "build": "tsc -b",
11 "build:ci": "yarn build",
12 "test": "mocha ./lib/test/*.spec.js",
13 "clean": "shx rm -rf lib",
14 "lint": "tslint --format stylish --project ."
15 },
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/0xProject/tools.git"
19 },
20 "keywords": [
21 "tslint",
22 "config",
23 "0xProject",
24 "typescript",
25 "ts"
26 ],
27 "author": {
28 "name": "Fabio Berger",
29 "email": "fabio@0xproject.com"
30 },
31 "license": "Apache-2.0",
32 "bugs": {
33 "url": "https://github.com/0xProject/tools/issues"
34 },
35 "homepage": "https://github.com/0xProject/tools/tree/main/tslint-config",
36 "devDependencies": {
37 "@types/lodash": "4.14.104",
38 "make-promises-safe": "^1.1.0",
39 "shx": "^0.2.2",
40 "typescript": "4.2.2"
41 },
42 "dependencies": {
43 "@types/node": "12.12.54",
44 "lodash": "^4.17.21",
45 "tslint": "5.11.0",
46 "tslint-eslint-rules": "5.4.0",
47 "tslint-react": "^3.2.0",
48 "tsutils": "3.0.0"
49 },
50 "publishConfig": {
51 "access": "public"
52 },
53 "gitHead": "aad2bd4f3e148f57c3a883b66b224d89eab78ad7"
54}