19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"name": "placeholder-js",
|
|
"version": "1.0.0",
|
|
"description": "String substitutor",
|
|
"main": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts",
|
|
"test": "tsx src/test.ts"
|
|
},
|
|
"author": "Hervé BECHER",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.21",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|