nr-sdk
Version:
Global functions that will help you create websites
28 lines (27 loc) • 617 B
JSON
{
"name": "nr-sdk",
"version": "1.0.16",
"description": "Global functions that will help you create websites",
"main": "dist/bundle.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"keywords": [
"nr"
],
"author": "MrSmartOctopus",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.7.5",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-obfuscator": "^3.5.1"
}
}