@incodelang/accounts
Version:
An API for simple Account Management
37 lines (36 loc) • 845 B
JSON
{
"name": "@incodelang/accounts",
"version": "1.0.21",
"description": "An API for simple Account Management",
"main": "src/index.js",
"typings": "./types",
"scripts": {
"typescript:createtypes": "tsc"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InCodeDevs/Accounts.git"
},
"keywords": [
"InCode",
"Account",
"System",
"Accounts"
],
"author": "Ben Siebert",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/InCodeDevs/Accounts/issues"
},
"homepage": "https://github.com/InCodeDevs/Accounts#readme",
"dependencies": {
"@types/node": "^16.10.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"typescript": "^4.4.3"
}
}