13 lines
189 B
JSON
13 lines
189 B
JSON
{
|
|
"name": "canvas",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|