You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
536 B
20 lines
536 B
{
|
|
"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"
|
|
}
|