You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
653 B
25 lines
653 B
{
|
|
"name": "ts-tinkr-plugin-boilerplate",
|
|
"version": "1.0.0",
|
|
"description": "TypeScript Tinkr Plugin Boilerplate",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "rollup -c"
|
|
},
|
|
"author": "You",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^12.1.0",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"dependencies": {
|
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
"@rollup/plugin-node-resolve": "^15.2.4",
|
|
"node-fetch": "^3.3.2",
|
|
"rollup": "^4.22.4",
|
|
"rollup-plugin-generate-package-json": "^3.2.0"
|
|
}
|
|
}
|
|
|