UNPKG

1.1 kBJSONView Raw
1{
2 "name": "resin-lint",
3 "version": "1.5.3",
4 "description": "Resin.io coffeelint & coffeescope2 wrapper",
5 "bin": "./bin/resin-lint",
6 "main": "./build/resin-lint.js",
7 "homepage": "https://github.com/resin-io/node-resin-lint",
8 "repository": {
9 "type": "git",
10 "url": "git@github.com:resin-io/node-resin-lint"
11 },
12 "scripts": {
13 "test": "./bin/resin-lint test/ && ./bin/resin-lint test/ --typescript",
14 "prepublish": "require-npm4-to-publish",
15 "prepublishOnly": "npm run lint lib/",
16 "lint": "./bin/resin-lint"
17 },
18 "keywords": [
19 "resin",
20 "coffeescript",
21 "coffeelint"
22 ],
23 "author": "Kostas Lekkas <kostas@resin.io",
24 "license": "Apache 2.0",
25 "dependencies": {
26 "@types/node": "^8.5.2",
27 "bluebird": "^3.5.0",
28 "coffee-script": "^1.10.0",
29 "coffeelint": "^1.15.0",
30 "coffeescope2": "^0.4.5",
31 "depcheck": "^0.6.7",
32 "glob": "^7.0.3",
33 "merge": "^1.2.0",
34 "optimist": "^0.6.1",
35 "ts-node": "^4.0.2",
36 "tslint": "^5.8.0",
37 "typescript": "^2.6.2"
38 },
39 "devDependencies": {
40 "require-npm4-to-publish": "^1.0.0"
41 }
42}