mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 10:45:57 +00:00
- Published @super-productivity/plugin-api v1.0.1 to npm - Configure package as types-only (no JavaScript output) - Add emitDeclarationOnly to tsconfig.json - Update package.json to only include .d.ts files - Add plugin development link to README contributing section - Package now provides complete TypeScript definitions for plugin developers
32 lines
792 B
JSON
32 lines
792 B
JSON
{
|
|
"name": "@super-productivity/plugin-api",
|
|
"version": "1.0.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@super-productivity/plugin-api",
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.8.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
|
|
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
|
|
"dev": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
}
|
|
}
|
|
}
|