@artus/tsconfig
Version:
TSConfigs for Artus projects to extend.
43 lines (42 loc) • 883 B
JSON
{
"name": "@artus/tsconfig",
"version": "1.0.1",
"main": "tsconfig.json",
"description": "TSConfigs for Artus projects to extend.",
"scripts": {
"test": "jest --config ./jest.config.js",
"ci": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artusjs/tsconfig.git"
},
"keywords": [
"Artus",
"tsconfig"
],
"author": "Artus Work Group",
"license": "MIT",
"bugs": {
"url": "https://github.com/artusjs/tsconfig/issues"
},
"homepage": "https://github.com/artusjs/tsconfig#readme",
"peerDependencies": {
"@types/node": "*"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
},
"devDependencies": {
"coffee": "^5.4.0",
"egg-ci": "^2.1.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
},
"ci": {
"version": "16"
}
}