UNPKG

1.61 kBJSONView Raw
1{
2 "name": "@coorpacademy/treantjs-adapter-dust",
3 "version": "8.0.1",
4 "description": "",
5 "main": "lib/index.js",
6 "module": "es/index.js",
7 "scripts": {
8 "test": "npm run lint",
9 "lint": "npm run eslint",
10 "eslint": "eslint ./ *.js *.json --ext .js,.json",
11 "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files",
12 "build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",
13 "build": "npm run build:commonjs && npm run build:es",
14 "clean:build:commonjs": "rimraf lib",
15 "clean:build:es": "rimraf es",
16 "clean:build": "npm run clean:build:commonjs && npm run clean:build:es",
17 "clean": "npm run clean:build",
18 "prepare": "npm run clean && npm run build --production"
19 },
20 "contributors": [
21 "Arthur Weber <arthur.weber@coorpacademy.com>",
22 "Christophe Dugne-Esquevin <christophe.dugne@coorpacademy.com>",
23 "Gaelle Leguet <gaelle.leguet@coorpacademy.com>",
24 "Jeroen Engels <jengels@coorpacademy.com>",
25 "Joan Ortega <joan.ortega@coorpacademy.com>",
26 "Julien Seren-Rosso <julien.seren-rosso@coorpacademy.com>"
27 ],
28 "dependencies": {
29 "lodash": "^4.17.4",
30 "react": "^16.3.2",
31 "react-dom": "^16.3.2"
32 },
33 "devDependencies": {
34 "@babel/cli": "^7.4.3",
35 "@babel/core": "^7.4.3",
36 "@babel/preset-env": "^7.4.3",
37 "babel-plugin-istanbul": "^4.1.4",
38 "cross-env": "^5.0.0",
39 "dustjs-linkedin": "^2.7.5",
40 "eslint": "^4.18.2",
41 "rimraf": "^2.6.1"
42 },
43 "author": "CoorpAcademy",
44 "gitHead": "f0af7ef69175c636481ab6bf0b7126d7aa7230c8"
45}