UNPKG

625 BJSONView Raw
1{
2 "name": "@oneisland/linter",
3 "private": false,
4 "version": "0.0.2",
5 "description": "A simple linter used for OneIsland projects",
6 "scripts": {
7 "postinstall": "./postinstall.js"
8 },
9 "dependencies": {
10 "babel-eslint": "^10.0.3",
11 "eslint": "^6.3.0",
12 "eslint-plugin-vue": "^5.2.3"
13 },
14 "homepage": "https://github.com/oneislandearth/linter",
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/oneislandearth/linter.git"
18 },
19 "bugs": {
20 "url": "https://github.com/oneislandearth/linter/issues"
21 },
22 "author": "OneIsland Limited <team@oneisland.io>",
23 "license": "MIT"
24}