mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
18 lines
422 B
JSON
18 lines
422 B
JSON
{
|
|
"name": "@kou029w/rollpkg",
|
|
"version": "1.0.0",
|
|
"main": "dist/kou029w-rollpkg.cjs.js",
|
|
"module": "dist/kou029w-rollpkg.esm.js",
|
|
"types": "dist/index.d.ts",
|
|
"sideEffects": false,
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"rollpkg": "^0.2.1",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"scripts": {
|
|
"build": "rollpkg build",
|
|
"watch": "rollpkg watch"
|
|
}
|
|
}
|