generated from esm-bundle/autopublish-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.52 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@esm-bundle/moment",
"version": "2.29.4",
"description": "Repo to test esm-bundle's automatic publishing",
"main": "index.js",
"module": "esm/index.js",
"type": "module",
"scripts": {
"test": "pnpm build && concurrently pnpm:test:unit pnpm:test:browser",
"test:browser": "karma start karma.conf.cjs --single-run",
"test:browser:debug": "karma start karma.conf.cjs",
"test:unit": "mocha -r chai/register-expect 'node-test/**/*.*'",
"build": "rollup -c",
"prettier": "prettier --write './**/*'",
"release": "release-it",
"prepublishOnly": "pnpm build && pinst --disable",
"postinstall": "husky install",
"postpublish": "pinst --enable"
},
"files": [
"esm",
"system"
],
"repository": {
"type": "git",
"url": "git+https://github.com/esm-bundle/moment.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/esm-bundle/moment/issues"
},
"homepage": "https://github.com/esm-bundle/moment#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.1",
"chai": "4.3.4",
"concurrently": "9.1.0",
"husky": "9.1.6",
"jest-cli": "29.7.0",
"karma": "6.4.4",
"karma-firefox-launcher": "2.1.3",
"karma-jasmine": "5.1.0",
"mocha": "10.8.2",
"moment": "2.30.1",
"pinst": "3.0.0",
"prettier": "3.3.3",
"pretty-quick": "4.0.0",
"release-it": "17.10.0",
"release-it-plugin-esm-bundle": "3.0.0",
"rollup": "2.79.2",
"rollup-cli": "1.0.9",
"rollup-plugin-terser": "7.0.2"
}
}