@4lch4/api-starter
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@4lch4/api-starter", | ||
"displayName": "API Starter", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "An NPM package to use for starting a new API within my infrastructure.", | ||
@@ -12,2 +12,14 @@ "main": "./dist/index.js", | ||
"homepage": "https://git.4lch4.io/4lch4/API-Starter", | ||
"scripts": { | ||
"start": "node dist/index.js", | ||
"dplr:start": "doppler run -p $CRONICLE_PROJECT --config $CRONICLE_CONFIG --command='DEBUG=$DEBUG node ./dist/index.js'", | ||
"build": "tsc", | ||
"pretty": "prettier --write .", | ||
"pretty:git": "prettier --write . && if [[ $(git status -s) ]]; then git commit -a -m 'chore(pretty): project prettied'; fi", | ||
"lint": "prettier -c .", | ||
"test": "echo 'There are currently no tests available.'", | ||
"scan": "snyk monitor && snyk code test", | ||
"preversion": "npm run pretty:git", | ||
"postversion": "if [[ $(git status -s) ]]; then git commit -a -m 'chore(npm): version bump'; fi" | ||
}, | ||
"engines": { | ||
@@ -54,15 +66,3 @@ "node": ">=16.0.0" | ||
"typescript": "^4.9.4" | ||
}, | ||
"scripts": { | ||
"start": "node dist/index.js", | ||
"dplr:start": "doppler run -p $CRONICLE_PROJECT --config $CRONICLE_CONFIG --command='DEBUG=$DEBUG node ./dist/index.js'", | ||
"build": "tsc", | ||
"pretty": "prettier --write .", | ||
"pretty:git": "prettier --write . && if [[ $(git status -s) ]]; then git commit -a -m 'chore(pretty): project prettied'; fi", | ||
"lint": "prettier -c .", | ||
"test": "echo 'There are currently no tests available.'", | ||
"scan": "snyk monitor && snyk code test", | ||
"preversion": "npm run pretty:git", | ||
"postversion": "if [[ $(git status -s) ]]; then git commit -a -m 'chore(npm): version bump'; fi" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17186
19