Mini Kabibi Habibi
{
"name": "ngllibmanager",
"description": "Provides access to the ngllib API. Currently getUserId, and getAccessToken.",
"version": "1.37.8",
"main": "build/Release/ngllibmanager",
"gypfile": true,
"dependencies": {
"node-addon-api": "4.3.0"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"jasmine": "^4.0.2",
"jasmine-console-reporter": "^3.1.0",
"node-gyp": "^9.3.1",
"nodemon": "^2.0.15"
},
"scripts": {
"test": "node ./jasmine.js",
"watch": "nodemon -e js,h,cpp,json,mm --exec \"npm run build && npm run test\"",
"watch:automation": "nodemon -e js,h,cpp,json,mm --exec \"npm run build && npm run test:automation\"",
"linter": "eslint .",
"build:dev": "node-gyp -j 16 build --debug",
"build": "node-gyp -j 16 build",
"rebuild:dev": "node-gyp -j 16 rebuild --debug",
"rebuild": "node-gyp -j 16 rebuild",
"clean": "node-gyp clean"
},
"engines": {
"node": ">=16.13.2"
}
}