netpower-ng
Version:
A common library that can be used for fe and be
55 lines (54 loc) • 1.38 kB
JSON
{
"name": "netpower-ng",
"version": "1.0.1",
"description": "A common library that can be used for fe and be",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"engines": {
"node": "^10.12.0 || >=12.0.0"
},
"scripts": {
"clean": "npx rimraf _bundles lib lib-esm",
"build": "npx tsc && npx tsc -m es6 --outDir lib-esm",
"test": "jest",
"coverage": "jest --coverage",
"prepare": "npm run clean && npm run build",
"prepublishOnly": "npm test",
"version": "npm run format",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
"keywords": [
"netpower",
"node",
"library"
],
"author": "Phuc Nguyen (phuc.nguyen@netpower.no)",
"license": "ISC",
"devDependencies": {
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.20.0",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.1",
"ts-loader": "^8.0.6",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.5",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0"
},
"dependencies": {
"crypto": "^1.0.1",
"otplib": "^12.0.1",
"randexp": "^0.5.3"
}
}