UNPKG

noodl-utils

Version:

Utility/helpers for working with NOODL values

42 lines (41 loc) 1.31 kB
{ "author": "Christopher Tran <pfftdammitchris@gmail.com>", "bugs": {}, "dependencies": { "noodl-types": "^1.0.274" }, "description": "Utility/helpers for working with NOODL values", "engines": { "node": ">=14", "npm": ">=7" }, "files": [ "dist" ], "gitHead": "12f36ba01c0e3f6e069650f933a4068887532537", "keywords": [ "noodl" ], "license": "ISC", "main": "dist/index.js", "module": "dist/index.js", "name": "noodl-utils", "publishConfig": { "access": "public" }, "repository": { "type": "git" }, "scripts": { "build": "cross-env NODE_ENV=production rollup -c", "postbuild": "npm run types", "poststart": "npm run types", "start": "cross-env NODE_ENV=development rollup -c -w", "test": "cross-env TS_NODE_PROJECT=\"tsconfig.test.json\" NODE_ENV=test ts-mocha -r jsdom-global/register --file src/__tests__/setup.ts -r source-map-support/register --extensions ts --watch --watch-files src src/**/*.test.ts", "test:file": "NODE_ENV=test ts-mocha -r jsdom-global/register --extensions ts --watch --watch-files src", "types": "tsc --declaration --declarationDir dist --emitDeclarationOnly", "publish-utils": "npm version patch && npm publish -f" }, "typings": "./dist/index.d.ts", "version": "0.0.136" }