This commit is contained in:
erwanlr
2021-02-05 16:57:19 +01:00
parent 6e9d147dd0
commit 0bff3231cd
8 changed files with 1311 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "audius-wp",
"version": "1.1.0",
"description": "Audius.co Wordpress plugin",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/scripts": "12.5.0"
},
"dependencies": {
"hashids": "^2.2.2"
}
}