|
|
@ -3,12 +3,11 @@ |
|
|
|
"version": "1.0.0", |
|
|
|
"version": "1.0.0", |
|
|
|
"main": "index.js", |
|
|
|
"main": "index.js", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
|
|
|
|
|
"build": "tsc -p tsconfig.json" |
|
|
|
"build": "tsc -p tsconfig.json" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"author": "", |
|
|
|
"author": "jeffi", |
|
|
|
"license": "ISC", |
|
|
|
"license": "ISC", |
|
|
|
"description": "", |
|
|
|
"description": "Create a tinkr plugin", |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@types/fs-extra": "^11.0.4", |
|
|
|
"@types/fs-extra": "^11.0.4", |
|
|
|
"@types/lodash.kebabcase": "^4.1.9", |
|
|
|
"@types/lodash.kebabcase": "^4.1.9", |
|
|
|