@nosto/types
Version:
Nosto Types
35 lines (34 loc) • 655 B
JSON
{
"name": "@nosto/types",
"version": "0.0.10",
"description": "Nosto Types",
"main": "lib/types.js",
"types": "lib/types.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nosto/types.git"
},
"keywords": [
"nosto",
"personalisation"
],
"author": "Mridang Agarwalla",
"license": "ISC",
"bugs": {
"url": "https://github.com/nosto/types/issues"
},
"homepage": "https://github.com/nosto/types#readme",
"devDependencies": {
"npm": "^6.14.6",
"typescript": "^4.1.3"
},
"directories": {
"lib": "lib"
}
}