Javascript-Library/package.json
Liam fb8ab8d7aa
All checks were successful
Publish Package / build (push) Successful in 20s
bump version
2024-04-16 23:32:17 +01:00

28 lines
515 B
JSON

{
"name": "mcutils-library",
"version": "1.1.5",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"test": "jest"
},
"license": "MIT",
"dependencies": {
"axios": "^1.6.8",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7"
}
}