mikeredmond-test-npm-github-app
Version:
A simple Hello World npm package
29 lines (28 loc) • 713 B
JSON
{
"name": "mikeredmond-test-npm-github-app",
"version": "2.0.13",
"homepage": "https://github.com/mikeredmond/test-npm-github-app",
"repository": "github:mikeredmond/test-npm-github-app",
"description": "A simple Hello World npm package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"publishToGPR": "node scripts/gpr.js",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist node_modules"
},
"keywords": [
"hello-world",
"example"
],
"license": "MIT",
"devDependencies": {
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.9.2"
}