tea-project-mikelitooz
Version:
A project for registering OSS on the tea protocol.
31 lines • 657 B
JSON
{
"name": "tea-project",
"version": "1.0.0",
"description": "A project for registering OSS on the tea protocol.",
"main": "src/main.ts",
"scripts": {
"start": "ts-node src/main.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/mikelitooz/tea-project.git"
},
"keywords": [
"OSS",
"tea protocol",
"open source"
],
"author": "Micheal Ifeanyi",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"typescript": "^4.5.2"
},
"devDependencies": {
"ts-node": "^10.4.0",
"jest": "^27.0.6",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7"
}
}