@sir_wernich/taco-wrap
Version:
Takes a string and wraps it in taco emojis
38 lines (37 loc) • 900 B
JSON
{
"name": "@sir_wernich/taco-wrap",
"version": "1.0.8",
"description": "Takes a string and wraps it in taco emojis",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "commonjs",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"url": "git+https://github.com/SirWernich/taco-wrap.git"
},
"keywords": [
"tacos",
"pointless"
],
"author": "Wernich Wilsenach",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"ts-jest": "^26.3.0",
"tslint": "^6.1.3",
"typescript": "^4.0.2"
},
"prettier": {
"printWidth": 120,
"trailingComma": "none",
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"bracketSpacing": true
}
}