mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 15:07:27 -04:00
38 lines
784 B
JSON
38 lines
784 B
JSON
{
|
|
"name": "@pnpm/tslint-config",
|
|
"description": "",
|
|
"version": "0.0.0",
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/tslint-config/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"tslint-config-standard": "8.0.1",
|
|
"tslint-eslint-rules": "5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"tslint": "5.12.0",
|
|
"typescript": "3.2.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://pnpm.js.org",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"repository": "https://github.com/pnpm/tslint-config/blob/master/packages/supi",
|
|
"scripts": {}
|
|
}
|