30 lines
689 B
JSON
30 lines
689 B
JSON
|
{
|
||
|
"name": "arsene",
|
||
|
"version": "1.0.0",
|
||
|
"lockfileVersion": 3,
|
||
|
"requires": true,
|
||
|
"packages": {
|
||
|
"": {
|
||
|
"name": "arsene",
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"typescript": "^5.4.5"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/typescript": {
|
||
|
"version": "5.4.5",
|
||
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
||
|
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
||
|
"dev": true,
|
||
|
"bin": {
|
||
|
"tsc": "bin/tsc",
|
||
|
"tsserver": "bin/tsserver"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=14.17"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|