UNPKG

token-management

Version:

``` npm i token-management ``` or ``` yarn add token-management ```

26 lines (25 loc) 674 B
{ "name": "token-management", "version": "1.0.4", "main": "build/index.js", "repository": "https://github.com/vuquangthinh/token-management.git", "author": "quangthinh", "license": "MIT", "scripts": { "start": "webpack --watch", "build": "webpack" }, "dependencies": { }, "devDependencies": { "@babel/core": "^7.5.4", "@babel/plugin-proposal-class-properties": "^7.5.0", "@babel/plugin-proposal-object-rest-spread": "^7.5.4", "@babel/plugin-transform-runtime": "^7.5.0", "@babel/preset-env": "^7.5.4", "@babel/runtime": "^7.5.4", "babel-loader": "^8.0.6", "webpack": "^4.35.3", "webpack-cli": "^3.3.6" } }