UNPKG

2.6 kBJSONView Raw
1{
2 "name": "vamtiger-postinstall",
3 "version": "0.11.1",
4 "description": "Postinstall utility",
5 "main": "build/vamtiger-postinstall",
6 "bin": {
7 "vamtiger-postinstall": "build/vamtiger-postinstall.js"
8 },
9 "scripts": {
10 "test": "npm run clean && npm run build && npm run clean-build && npm run bundle-test && npm run bundle-source && npm run mocha",
11 "mocha": "mocha build/test --recursive --timeout 60000",
12 "build": "tsc",
13 "commit": "npm test && vamtiger-node-typescript-commit --buildScript bundle --push --publish --publishSource",
14 "clean": "rm -rf build/*",
15 "clean-install": "rm -rf package-lock.json node_modules && npm i",
16 "clean-bundle": "vamtiger-remove -d build -p \"(vamtiger-postinstall)\\.(js(\\.map)?|d\\.ts)\"",
17 "clean-build": "vamtiger-remove -d build -p \".*\\.ts\"",
18 "bundle-source": "vamtiger-bundle-typescript --relativePath --entryFilePath source/vamtiger-postinstall.ts --bundleFilePath build/vamtiger-postinstall.js --format cjs --sourcemap true --copySourceMap --minify --bin",
19 "bundle-test": "vamtiger-bundle-typescript --relativePath --entryFilePath source/test/index.ts --bundleFilePath build/test/index.js --format cjs --sourcemap true --copySourceMap --minify",
20 "bundle": "npm test && npm run clean-bundle",
21 "watch": "npm run bundle -- --watch"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://vamtiger-project@github.com/vamtiger-project/vamtiger-install-dependecies.git"
26 },
27 "keywords": [
28 "vamtiger",
29 "install",
30 "dependencies"
31 ],
32 "author": "Vamtiger Immortalles",
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/vamtiger-project/vamtiger-install-dependecies/issues"
36 },
37 "homepage": "https://github.com/vamtiger-project/vamtiger-install-dependecies#readme",
38 "types": "build/vamtiger-postinstall.d.ts",
39 "devDependencies": {
40 "@types/chai": "^4.1.7",
41 "@types/mocha": "^5.2.5",
42 "@types/node": "^10.12.18",
43 "chai": "^4.2.0",
44 "mocha": "^5.2.0",
45 "typescript": "^3.2.2",
46 "vamtiger-browser-method": "source",
47 "vamtiger-bundle-typescript": "0.0.27",
48 "vamtiger-node-typescript-commit": "^0.8.1",
49 "vamtiger-remove": "0.0.5"
50 },
51 "dependencies": {
52 "tslib": "^1.9.3",
53 "vamtiger-argv": "^1.2.6",
54 "vamtiger-bash": "latest",
55 "vamtiger-get-directory-content": "latest",
56 "vamtiger-require": "latest",
57 "yarn": "^1.13.0"
58 }
59}