-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 968 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@silvermine/typescript-config",
"version": "1.0.0",
"description": "A set of TypeScript configuration files for all our Silvermine projects",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-node-version": "check-node-version --npm 10.5.0",
"commitlint": "commitlint --from e9562dc",
"markdownlint": "markdownlint -c .markdownlint.json -i CHANGELOG.md '{,!(node_modules)/**/}*.md'",
"standards": "npm run commitlint && npm run markdownlint"
},
"keywords": [
"typescript",
"tsconfig",
"tsc"
],
"author": "Jeremy Thomerson",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/silvermine/typescript-config.git"
},
"bugs": {
"url": "https://github.com/silvermine/typescript-config/issues"
},
"homepage": "https://github.com/silvermine/typescript-config#readme",
"devDependencies": {
"@silvermine/standardization": "2.1.1"
}
}