noop-ts
Version:
A very simple "do nothing" JavaScript function, compatible with TypeScript.
28 lines (27 loc) • 688 B
JSON
{
"name": "noop-ts",
"version": "1.0.7",
"description": "A very simple \"do nothing\" JavaScript function, compatible with TypeScript.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc --declaration",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therealemjy/noop-ts.git"
},
"author": "Maxime Julian",
"license": "ISC",
"bugs": {
"url": "https://github.com/therealemjy/noop-ts/issues"
},
"homepage": "https://github.com/therealemjy/noop-ts#readme",
"devDependencies": {
"typescript": "^5.2.2"
},
"engines": {
"npm": ">=8.0.0 <9.0.0"
}
}