-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
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
{
"name": "@loremlabs/monetization-capability-api",
"version": "0.0.4",
"private": false,
"description": "",
"browser": "build/index.js",
"files": [
"build"
],
"scripts": {
"build": "NODE_ENV=production rollup -c rollup.config.ts --configPlugin typescript",
"dev": "rollup -c rollup.config.ts --configPlugin typescript -w",
"lint": "prettier . -c",
"lint:fix": "prettier . -w"
},
"repository": "github:LoremLabs/monetization-capability-api",
"license": "MPL-2.0",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"@types/node": "^24.2.1",
"@webmonetization/types": "0.0.0",
"prettier": "^3.6.2",
"rollup": "^4.46.2",
"rollup-plugin-dts": "^6.2.1",
"tslib": "^2.8.1",
"typescript": "^5.9.2"
},
"engines": {
"node": "22.x"
}
}