
The current hooks structure has package.json within the lib folder. This causes strapi to fail as it is looking for the package.json file in the hook root folder and not within lib. This change moves the secondary files back into the hook root leaving only index.js in the lib folder.
API creation made simple, secure and fast.
The most advanced open-source Content Management Framework to build powerful API with no effort.
[](https://www.npmjs.org/package/strapi) [](https://www.npmjs.org/package/strapi) [](https://travis-ci.org/strapi/strapi) [](http://slack.strapi.io)
{% endcenter %}
v3@alpha.12 is available!
We've been working on a major update for Strapi during the past months, rewriting the core framework and the dashboard.
This documentation is only related to Strapi v3@alpha.12 (v1 documentation is still available).
Get Started
Learn how to install Strapi and start developing your API.
Command Line Interface
Get to know our CLI to make features the hacker way!
Concepts
Get to know more about Strapi and how it works.
Guides
Get familiar with Strapi. Discover concrete examples on how to develop the features you need.
Plugin Development
Understand how to develop your own plugin.
API Reference
Learn about Strapi's API, the strapi
object that is available in your backend.