pkg-jq

v0.2.11
Find the nearest package.json then modify it inline by jq syntax
package jq pkg-up edit

build

tsc

clean

shx rm -fr dist/*

dist

npm run clean && npm run build

pack

npm pack

pkg-jq

ts-node --files bin/pkg-jq.ts

lint

npm run lint:es && npm run lint:ts

lint:es

eslint --ignore-pattern fixtures/ bin/**/*.ts src/**/*.ts tests/**/*.ts

lint:ts

tsc --noEmit

test:pack

bash -x scripts/npm-pack-testing.sh

test:unit

ts-node --files ./node_modules/.bin/blue-tape "src/**/*.spec.ts" "src/*.spec.ts" "tests/*.spec.ts" "tests/**/*.spec.ts"

test

npm run lint && npm run test:unit
npm i pkg-jq

Metadata

Downloads

Maintainers