UNPKG

npm-axios-package

Version:

31 lines (30 loc) 615 B
{ "name": "npm-axios-package", "version": "1.0.0", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "npm run build", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "keywords": [ "AXIOS", "TEST" ], "author": "MOB", "license": "ISC", "devDependencies": { "@types/node": "^14.14.34", "typescript": "^4.2.3" }, "dependencies": { "axios": "^0.21.1" } }