@everafter/ea-sdk
Version:
EverAfter SDK
38 lines (37 loc) • 846 B
JSON
{
"name": "@everafter/ea-sdk",
"version": "0.1.4",
"description": "EverAfter SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"test": "echo \"Error: no test specified\" ",
"prepublish": "tsc",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/everafterai/ea-sdk.git"
},
"keywords": [
"everafter",
"sdk",
"csm"
],
"author": "Tal Shemesh",
"license": "ISC",
"bugs": {
"url": "https://github.com/everafterai/ea-sdk/issues"
},
"homepage": "https://github.com/everafterai/ea-sdk#readme",
"devDependencies": {
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.9.7"
},
"dependencies": {
"axios": "^0.20.0"
}
}