phcgohandler
Version:
42 lines (41 loc) • 972 B
JSON
{
"name": "phcgohandler",
"version": "1.0.10",
"description": "",
"type": "module",
"main": "index.ts",
"scripts": {
"start": "ts-node-dev --poll src/index.ts",
"build": "npm run clean && tsc",
"clean": "del ./build/*",
"pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rubencosta13/PHC_GO.git"
},
"keywords": [
"phcgohandler",
"phcgo",
"query",
"phc",
"database"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rubencosta13/PHC_GO/issues"
},
"homepage": "https://github.com/rubencosta13/PHC_GO#readme",
"dependencies": {
"@types/node-fetch": "^2.6.1",
"dotenv": "^16.0.1",
"node-fetch": "^2.6.7",
"ts-node": "^10.8.0",
"ts-node-dev": "^1.1.8"
},
"devDependencies": {
"typescript": "^4.6.4",
"del-cli": "^4.0.0"
}
}