UNPKG

negociecoins-transfer

Version:

Simple generate of negociecoins transfer

45 lines (44 loc) 1.58 kB
{ "name": "negociecoins-transfer", "version": "0.0.14", "description": "Simple generate of negociecoins transfer", "main": "index.js", "repository": {}, "keywords": [ "contract", "pdf", "zater", "bitcoins", "docx" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "node ./node_modules/eslint/bin/eslint.js ./", "lint:fix": "node ./node_modules/eslint/bin/eslint.js ./ --fix", "clean": "rm -rf dist && mkdir dist", "start": "if [ ! -d 'node_modules/' ]; then npm install yarn -g && yarn install; fi && yarn run development", "development": "NODE_ENV=development nodemon --exec babel-node index.js", "build": "npm run clean && babel . -d dist --ignore dist,node_modules,scripts --copy-files --source-maps=inline", "replace-main": "sh ./scripts/replace.sh", "deploy": "npm version patch && git push && npm run build && npm run replace-main && cd dist/ && npm publish", "fastdeploy": "npm version patch && npm run build && npm run replace-main && cd dist/ && npm publish" }, "devDependencies": { "babel": "^6.23.0", "babel-cli": "^6.26.0", "babel-eslint": "^7.2.3", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-2": "^6.24.1", "eslint": "^4.5.0", "eslint-config-airbnb": "^15.1.0", "eslint-config-airbnb-base": "^11.3.2", "eslint-plugin-import": "^2.7.0", "nodemon": "^1.12.1", "nsp": "^3.2.1" }, "author": "Vinicius Gomes", "license": "MIT", "homepage": "", "dependencies": {} }