UNPKG

@okaynode/padding

Version:

Öğrenmeye çalıştığım bir kod

37 lines 945 B
{ "name": "@okaynode/padding", "version": "1.0.2", "description": "Öğrenmeye çalıştığım bir kod", "main": "index.js", "buildEntry": "./build/index.js", "keywords": [ "nodejs", "javascript", "padding", "text-processing", "padding-left" ], "readme": "./README.md", "bugs": { "url": "https://github.com/okaynode/padding/issues" }, "repository": { "type": "git", "url": "https://github.com/okaynode/padding" }, "homepage": "https://www.okaynode.com", "scripts": { "build": "npx babel src -d ./build --copy-files", "dev": "npx babel src -d ./build --copy-files --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Okay Çavuşoğlu", "license": "ISC", "devDependencies": { "@babel/cli": "^7.17.10", "@babel/core": "^7.18.5", "@babel/node": "^7.18.5", "@babel/preset-env": "^7.18.2", "@babel/register": "^7.17.7" } }