• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "tskit",
3  "version": "0.0.0",
4  "description": "Experimental version of canvaskit with typescript binding code",
5  "main": "index.js",
6  "devDependencies": {
7    "@typescript-eslint/eslint-plugin": "^4.21.0",
8    "@typescript-eslint/parser": "^4.21.0",
9    "eslint": "^7.23.0",
10    "eslint-config-airbnb-typescript": "^12.3.1",
11    "eslint-plugin-import": "^2.22.1",
12    "typescript": "^4.2.3"
13  },
14  "scripts": {
15    "test": "echo \"Error: no test specified\" && exit 1"
16  },
17  "author": "",
18  "license": "BSD-3-Clause"
19}
20