blob: ea61142f67c6769f98a6aa400410e3c696d44769 [file] [log] [blame]
{
"name": "trafficops-types",
"version": "4.0.9",
"description": "A library for dealing with Apache Traffic Control objects",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint --ext .ts .",
"clean": "rm -rf dist",
"doc": "typedoc --includeVersion --readme ./README.md src/index.ts",
"prepare": "npm run lint && npm run build"
},
"keywords": [
"Traffic Ops",
"trafficops",
"trafficcontrol",
"Traffic Control",
"Apache Traffic Control",
"ATC"
],
"author": {
"email": "ocket8888@apache.org",
"name": "ocket8888",
"url": "https://github.com/ocket8888"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "https://github.com/apache/trafficcontrol-trafficops-types.git"
},
"license": "Apache-2.0",
"homepage": "https://github.com/apache/trafficcontrol-trafficops-types#readme",
"bugs": {
"email": "ocket8888@apache.org",
"url": "https://github.com/apache/trafficcontrol-trafficops-types/issues"
},
"type": "module",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"typedoc": "^0.23.16",
"typescript": "^4.4.4"
}
}