lisenser
Version:
Official JavaScript SDK for Lisenser API (https://lisenser.com/)
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "lisenser",
"version": "0.0.5",
"description": "Official JavaScript SDK for Lisenser API (https://lisenser.com/)",
"source": "src/index.ts",
"main": "dist/main.js",
"module": "dist/module.js",
"types": "dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "parcel build",
"test-build": "npm run build && node test-build.js",
"prepublishOnly": "npm run test-build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lisenser/lisenser-js-sdk"
},
"keywords": [
"electron",
"license",
"electronjs",
"lisenser",
"software license",
"sell software",
"license key",
"activation key",
"desktop application"
],
"author": "Ifedapo Olarewaju",
"license": "MIT",
"bugs": {
"url": "https://github.com/lisenser/lisenser-js-sdk/issues"
},
"homepage": "https://github.com/lisenser/lisenser-js-sdk#readme",
"dependencies": {
"axios": "^1.2.0"
},
"devDependencies": {
"@parcel/packager-ts": "^2.8.1",
"@parcel/transformer-typescript-types": "^2.8.1",
"@types/node": "^20.8.7",
"parcel": "^2.8.1",
"typescript": "^4.7.4"
}
}