UNPKG

@ashiteam/ashi-smule

Version:

AES encription/decription library for my use

48 lines 1.57 kB
{ "name": "@ashiteam/ashi-smule", "version": "1.0.1", "description": "AES encription/decription library for my use", "main": "ashi-aes.js", "scripts": { "build": "tsc", "test": "npm run build && node ./dist/test.js", "buildPackage": "npm run build && grunt", "dist": "npm run buildPackage && cd npm && npm publish --access public" }, "keywords": [ "smule" ], "author": "Asanga Weerapura", "license": "ISC", "devDependencies": { "@types/cheerio": "^0.22.11", "@types/dateformat": "^3.0.0", "@types/got": "^9.4.1", "@types/grunt": "^0.4.25", "@types/node": "^11.10.4", "@types/sanitize-filename": "^1.1.28", "@types/tunnel": "0.0.0", "cheerio": "^1.0.0-rc.2", "dateformat": "^3.0.3", "got": "^9.6.0", "grunt": "^1.0.3", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony", "ky": "^0.9.1", "ky-universal": "^0.1.0", "sanitize-filename": "^1.6.1", "tslint": "^5.13.1", "tunnel": "0.0.6", "typescript": "~3.2.2", "uglify-es": "^3.3.9" }, "peerDependencies": { "@types/cheerio": "^0.22.11", "@types/sanitize-filename": "^1.1.28", "cheerio": "^1.0.0-rc.2", "ky": "^0.9.1", "ky-universal": "^0.1.0", "sanitize-filename": "^1.6.1" }, "dependencies": {} }