Files
BedrockFetch/package.json
2022-11-15 21:46:35 +00:00

43 lines
1.1 KiB
JSON

{
"name": "base_typescript",
"version": "1.0.0",
"description": "Replace",
"main": "src/index.js",
"types": "./src/index.d.ts",
"private": false,
"type": "commonjs",
"homepage": "https://github.com/Sirherobrine23/base_typescript#readme",
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com> (https://sirherobrine23.org/)",
"license": "GPL-2.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/Sirherobrine23/base_typescript.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Sirherobrine23/base_typescript/issues"
},
"sponsor": {
"url": "https://github.com/sponsors/Sirherobrine23"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"updateVesion": "ts-node src/update.ts"
},
"devDependencies": {
"@types/node": "^18.11.9",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@actions/github": "^5.1.1",
"@the-bds-maneger/core-utils": "^1.1.1",
"compare-versions": "^5.0.1"
}
}