simple-string-utils-study
Version:
Simple string utility functions for study purposes
16 lines • 416 B
JSON
{
"name": "simple-string-utils-study",
"version": "1.0.0",
"description": "Simple string utility functions for study purposes",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": ["string", "utils", "utility", "study"],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/simple-string-utils-study"
}
}