-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "@pelagiccreatures/molamola",
"version": "2.0.2",
"description": "Form Tools",
"type": "module",
"browser": "dist/molamola.mjs",
"targets": {
"browser": {
"includeNodeModules": {
"@pelagiccreatures/sargasso": false
}
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx rollup --no-treeshake -c rollup.config.js",
"build-module": "npx parcel build index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PelagicCreatures/molamola.git"
},
"author": "Michael Rhodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/PelagicCreatures/molamola/issues"
},
"homepage": "https://github.com/PelagicCreatures/molamola#readme",
"dependencies": {
"@pelagiccreatures/sargasso": "^2.0.0",
"lodash": "^4.17.21",
"validator": "^13.7.0 "
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"express": "^4.17.3",
"parcel": "^2.5.0",
"rollup": "^2.70.2",
"rollup-plugin-terser": "^7.0.2"
}
}