UNPKG

1.52 kBJSONView Raw
1{
2 "name": "lmify",
3 "version": "0.3.0",
4 "description": "Programmatically install NPM dependencies to the project!",
5 "repository": "nuxt/lmify",
6 "typings": "types/lmify.d.ts",
7 "main": "dist/lmify.js",
8 "files": [
9 "dist",
10 "types/*.d.ts"
11 ],
12 "scripts": {
13 "build": "yarn clean && bili src/index.js --file-name lmify.js --format cjs",
14 "clean": "rimraf dist test/fixtrues/*/node_modules",
15 "lint": "yarn eslint .",
16 "test": "yarn lint && yarn clean && yarn jest",
17 "prepublish": "yarn build",
18 "release": "standard-version && yarn build && git push --follow-tags && npm publish"
19 },
20 "dependencies": {
21 "execa": "^4.0.0",
22 "fs-extra": "^9.0.0",
23 "std-env": "^2.2.1"
24 },
25 "devDependencies": {
26 "@babel/preset-env": "^7.9.5",
27 "@nuxtjs/eslint-config": "^2.0.2",
28 "@types/execa": "^2.0.0",
29 "babel-jest": "^25.3.0",
30 "bili": "^4.9.0",
31 "codecov": "^3.6.5",
32 "eslint": "^6.8.0",
33 "eslint-config-standard": "^14.1.1",
34 "eslint-plugin-import": "^2.20.2",
35 "eslint-plugin-jest": "^23.8.2",
36 "eslint-plugin-node": "^11.1.0",
37 "eslint-plugin-promise": "^4.2.1",
38 "eslint-plugin-standard": "^4.0.1",
39 "eslint-plugin-vue": "^6.2.2",
40 "esm": "^3.2.25",
41 "jest": "^25.3.0",
42 "npm": "^6.14.4",
43 "rimraf": "^3.0.2",
44 "standard-version": "^7.1.0",
45 "yarn": "^1.22.4"
46 }
47}