| { | |
| "name": "tskit", | |
| "version": "0.0.0", | |
| "description": "Experimental version of canvaskit with typescript binding code", | |
| "main": "index.js", | |
| "devDependencies": { | |
| "@typescript-eslint/eslint-plugin": "^4.21.0", | |
| "@typescript-eslint/parser": "^4.21.0", | |
| "eslint": "^7.23.0", | |
| "eslint-config-airbnb-typescript": "^12.3.1", | |
| "eslint-plugin-import": "^2.22.1", | |
| "typescript": "^4.2.3" | |
| }, | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "BSD-3-Clause" | |
| } |