-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 917 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@jspm/plugin-rollup",
"version": "1.1.0",
"description": "Rollup plugin for jspm 2",
"main": "jspm-rollup.js",
"exports": "./jspm-rollup.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jspm/rollup-plugin-jspm.git"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"jspm-rollup.js",
"identifier.mjs"
],
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@jspm/core": "^2.0.0-beta.8",
"@jspm/generator": "^2.4.1",
"@jspm/import-map": "^1.1.0",
"babel-plugin-transform-cjs-dew": "github:jspm/babel-plugin-transform-cjs-dew#main",
"cjs-module-lexer": "^1.3.1",
"terser": "^5.31.3",
"typescript": "^5.5.4"
},
"devDependencies": {
"chalk": "^2.3.0",
"lodash": "^4.17.4",
"mocha": "^9.0.2",
"rollup": "^4.20.0"
},
"type": "module"
}