plans.do
Version:
56 lines (55 loc) • 1.14 kB
JSON
{
"name": "plans.do",
"version": "0.0.1",
"description": "SDK for creating and managing structured plans with steps, timelines and integration with APIs.do",
"keywords": [
"plans",
"planning",
"project-planning",
"roadmaps",
"sdk",
"apis"
],
"homepage": "https://plans.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/plans.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"
}
}