Gravwell-Online/common/package.json

21 lines
461 B
JSON

{
"name": "common",
"version": "1.0.0",
"description": "",
"module": "index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oliver Akins",
"license": "UNLICENSED",
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}