SimpleVSC/package.json

29 lines
682 B
JSON

{
"name": "simplevsc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon -e ts --exec npm run test",
"test": "mocha --require ts-node/register src/test.ts",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.13",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"nodemon": "^2.0.12",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
},
"dependencies": {
"jssha": "^3.2.0",
"lodash": "^4.17.21"
}
}