UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@blnlpa/asf-tools",
3 "version": "0.9.49",
4 "description": "(Tiny) aws serverless framework for nodejs",
5 "main": "index.js",
6 "scripts": {
7 "publishToNPM": "RMT_NPM_VERSION=`npm show $npm_package_name version`; [[ $RMT_NPM_VERSION == $npm_package_version ]] || echo 'ERROR: In your local you have a diferent version. Try to make a pull or talk with your team workers.' ; [[ $RMT_NPM_VERSION == $npm_package_version ]] && npm version patch && npm publish"
8 },
9 "repository": {
10 "type": "git",
11 "url": "ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/asf-tools"
12 },
13 "author": "Buy Lotto Now",
14 "license": "MIT",
15 "devDependencies": {
16 "@types/node": "^9.4.6",
17 "aws-sdk": "^2.259.1",
18 "serverless": "^1.27.3",
19 "typescript": "^2.7.2"
20 },
21 "dependencies": {
22 "body-parser": "^1.18.2",
23 "express": "^4.16.2",
24 "npm": "^6.2.0",
25 "request": "^2.88.0",
26 "sha1": "^1.1.1",
27 "supertest": "^3.1.0",
28 "tape": "^4.9.1",
29 "uuid": "^3.2.1",
30 "validator": "^10.2.0"
31 }
32}