1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/rollpkg/package.json

19 lines
422 B
JSON
Raw Normal View History

2020-12-18 00:27:40 +09:00
{
"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"
}
}