mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 11:15:33 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "@fluencelabs/avm",
|
|
"version": "0.0.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@fluencelabs/avm",
|
|
"version": "0.0.0",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"typescript": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
|
|
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"typescript": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
|
|
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|