goals.do
Version:
58 lines (57 loc) • 1.15 kB
JSON
{
"name": "goals.do",
"version": "0.0.1",
"description": "A concise, elegant SDK for defining and tracking OKRs (Objectives & Key Results)",
"keywords": [
"goals",
"objectives",
"okr",
"key results",
"tracking",
"management",
"sdk",
"apis"
],
"homepage": "https://goals.do",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/drivly/ai.git",
"directory": "sdks/goals.do"
},
"author": "Drivly",
"license": "MIT",
"bugs": {
"url": "https://github.com/drivly/ai/issues"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "vitest run tests/e2e/**/*.test.ts"
},
"dependencies": {
"apis.do": "0.0.1"
},
"devDependencies": {
"eslint-config": "0.1.0",
"vitest": "^3.0.9",
"tsconfig": "0.0.0"
}
}