mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 15:38:24 -04:00
31 lines
706 B
JSON
31 lines
706 B
JSON
{
|
|
"name": "@pnpm/tslint-config",
|
|
"description": "pnpm's TSLint configuration",
|
|
"version": "1.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",
|
|
"dependencies": {
|
|
"tslint-config-standard": "9.0.0",
|
|
"tslint-eslint-rules": "5.4.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://pnpm.js.org",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"repository": "https://github.com/pnpm/tslint-config/blob/master/packages/supi",
|
|
"scripts": {}
|
|
}
|