wrapping-letters
Version:
Wrapping Letters JS engine, this code is the core of Wrapping Letters in JS
40 lines (39 loc) • 959 B
JSON
{
"name": "wrapping-letters",
"version": "1.0.0",
"description": "Wrapping Letters JS engine, this code is the core of Wrapping Letters in JS",
"main": "lib/index.js",
"scripts": {
"test": "jest"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/srtager555/wrapping-letters.git"
},
"keywords": [
"engine",
"wrappingletter",
"javascript",
"letters",
"wrapping",
"wrapping-letters",
"UX",
"UI"
],
"author": "Carlos Ponce",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/srtager555/wrapping-letters/issues"
},
"homepage": "https://wrapping-letters.vercel.app/docs",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.3.1",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
}
}