typescript-tresor/package.json

15 lines
252 B
JSON
Raw Normal View History

2024-08-21 10:36:01 +02:00
{
"name": "safe",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"typescript": "^5.5.4"
}
}