brackets-model
Version:
The types needed by brackets-manager.js and brackets-viewer.js
47 lines (46 loc) • 1.24 kB
JSON
{
"name": "brackets-model",
"version": "1.6.0",
"description": "The types needed by brackets-manager.js and brackets-viewer.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"types",
"model",
"brackets",
"tournament",
"manager",
"viewer"
],
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "echo 'No tests for this project'",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint '**/*.{js,ts}' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Drarig29/brackets-model.git"
},
"author": "Corentin Girard",
"license": "ISC",
"bugs": {
"url": "https://github.com/Drarig29/brackets-model/issues"
},
"homepage": "https://github.com/Drarig29/brackets-model#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.1.0",
"eslint-plugin-jsdoc": "^37.0.3",
"typescript": "^4.4.4"
},
"volta": {
"node": "14.21.3",
"npm": "7.24.2"
}
}