30 lines
764 B
JSON
30 lines
764 B
JSON
{
|
|
"name": "@glmdev/str",
|
|
"version": "0.1.0",
|
|
"description": "An interactive string manipulation environment",
|
|
"homepage": "https://code.garrettmills.dev/glmdev/str",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"type": "module",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.garrettmills.dev/garrettmills/str"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf lib && tsc"
|
|
},
|
|
"author": "Garrett Mills <shout@garrettmills.dev>",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.5",
|
|
"devDependencies": {
|
|
"@types/node": "^22",
|
|
"rimraf": "^6.1.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
} |