30 lines
717 B
JSON
30 lines
717 B
JSON
|
{
|
||
|
"name": "js-canvas-playground",
|
||
|
"version": "1.0.0",
|
||
|
"lockfileVersion": 3,
|
||
|
"requires": true,
|
||
|
"packages": {
|
||
|
"": {
|
||
|
"name": "js-canvas-playground",
|
||
|
"version": "1.0.0",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"typescript": "^5.7.3"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/typescript": {
|
||
|
"version": "5.7.3",
|
||
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
|
||
|
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
|
||
|
"dev": true,
|
||
|
"bin": {
|
||
|
"tsc": "bin/tsc",
|
||
|
"tsserver": "bin/tsserver"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=14.17"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|