UNPKG

npmize

Version:

Let's create an npm package without worrying about anything.

53 lines (52 loc) 1.31 kB
{ "name": "npmize", "version": "1.1.11", "description": "Let's create an npm package without worrying about anything.", "bin": "./dist/index.js", "scripts": { "dev": "tsc -w", "build": "node ./build.cjs", "tsc": "tsc --noEmit --watch", "lab": "run ./src/__lab__/index.ts", "lab-js": "node --watch --watch ./dist/__lab__/index.js", "format": "prettier --write ." }, "dependencies": { "@babel/parser": "^7.25.6", "ansi-colors": "^4.1.3", "chokidar": "^4.0.1", "cross-spawn": "^7.0.3", "noarg": "^3.1.6", "typescript": "^5.6.2" }, "devDependencies": { "@types/cross-spawn": "^6.0.6", "@types/node": "^22.7.4", "prettier": "^3.3.3" }, "keywords": [ "npm", "npmize", "npm-tool", "npm-build", "build-tool", "npm-build-tool", "npm-package", "npm-package-tool", "npm-package-maker", "npm-package-builder", "npm-package-creator", "npm-package-generator" ], "license": "ISC", "type": "commonjs", "author": "https://github.com/NazmusSayad", "homepage": "https://github.com/NazmusSayad/npmize#readme", "repository": { "type": "git", "url": "git+https://github.com/NazmusSayad/npmize.git" }, "bugs": { "url": "https://github.com/NazmusSayad/npmize/issues" } }