assemblyscript/lib/lint/package.json

23 lines
393 B
JSON
Raw Permalink Normal View History

2018-03-13 14:03:57 +01:00
{
"name": "@assemblyscript/lint",
"version": "1.0.0",
"main": "index.json",
"scripts": {
"build": "tsc --project ./src --outDir . --diagnostics"
},
"peerDependencies": {
2018-10-11 09:04:34 +02:00
"tslint": "^5.11.0"
2018-03-13 14:03:57 +01:00
},
"devDependencies": {
2018-10-11 09:04:34 +02:00
"typescript": "^3.1.2"
2018-03-13 14:03:57 +01:00
},
"files": [
"base.json",
2018-03-13 14:03:57 +01:00
"index.json",
"package.json",
"README.md",
"rules/",
"formatters/"
]
}