@pagedip/lib-license-tools
Version:
38 lines • 965 B
JSON
{
"name": "@pagedip/lib-license-tools",
"version": "2.1.0",
"public": true,
"author": "Tyler Johnson <tyler@beneaththeink.com>",
"repository": {
"type": "git",
"url": "https://github.com/pagedip/pagedip-license.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"clean": "shx rm -rf lib",
"build:full": "npm-run-all clean build",
"build": "tsc -p tsconfig.build.json",
"prepack": "npm-run-all build"
},
"dependencies": {
"@pagedip/lib-license-errors": "^2.1.0",
"@pagedip/util-logger": "^2.2.2",
"@types/jsonwebtoken": "^8.3.5",
"@types/node-fetch": "^2.5.4",
"find-up": "^4.1.0",
"jsonwebtoken": "^8.4.0",
"mz": "^2.7.0",
"node-fetch": "^2.6.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"shx": "^0.3.2",
"typescript": "^3.7.2"
},
"files": [
"lib"
],
"gitHead": "01bd7dec8df11d217afc9a164a1c9d0664ab3a2c"
}