21 lines
468 B
JSON
21 lines
468 B
JSON
{
|
|
"name": "common",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"module": "index.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"To run the tests use: make test\" && 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"
|
|
}
|
|
}
|