SimpleVSC/package.json

20 lines
351 B
JSON
Raw Normal View History

2021-08-09 17:48:25 +00:00
{
"name": "simplevsc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
},
"dependencies": {
"jssha": "^3.2.0"
}
}