UNPKG

itwcw-package-analytics

Version:

Reporting tool for ITW Creative Works packages

43 lines (42 loc) 1.24 kB
{ "name": "itwcw-package-analytics", "version": "1.0.6", "description": "Reporting tool for ITW Creative Works packages", "main": "./dist/index.js", "scripts": { "test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000", "prepare": "node -e \"require('prepare-package')()\"", "prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'", "postinstall": "node -e \"require('./dist/postinstall.js')({cwd: process.env.INIT_CWD, npmPackageName: process.env.npm_package_name})\"" }, "engines": { "node": ">=12" }, "repository": { "type": "git", "url": "git+https://github.com/itw-creative-works/itwcw-package-analytics" }, "keywords": [ "itwcw-package-analytics" ], "author": "ITW Creative Works", "license": "MIT", "bugs": { "url": "https://github.com/itw-creative-works/itwcw-package-analytics/issues" }, "homepage": "https://itwcreativeworks.com", "preparePackage": { "input": "./src", "output": "./dist", "replace": {} }, "dependencies": { "fs-jetpack": "^4.3.1", "uuid": "^9.0.1", "wonderful-fetch": "^1.1.12" }, "devDependencies": { "mocha": "^8.4.0", "prepare-package": "^1.1.13" } }