drapcode-plugin
Version:
Drapcode Plugin to manage all plugin related configuration
26 lines (25 loc) • 502 B
JSON
{
"name": "drapcode-plugin",
"version": "1.8.5",
"description": "Drapcode Plugin to manage all plugin related configuration",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"clean": "del ./build/*",
"build": "npm run clean && tsc"
},
"keywords": [
"drapcode",
"plugins"
],
"author": "",
"license": "ISC",
"devDependencies": {
"del-cli": "^5.0.0",
"typescript": "^4.0.2"
},
"dependencies": {}
}