-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.2 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
55
56
{
"name": "parcel-plugin-surplus",
"version": "1.3.0",
"description": "",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "jest",
"posttest": "npm run lint",
"lint": "standard lib/**/*.js __tests__/index.js",
"version": "chan release ${npm_package_version} && git add .",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tinchoz49/parcel-plugin-surplus.git"
},
"keywords": [
"parcel",
"parcel-plugin",
"surplus",
"jsx"
],
"author": {
"name": "Martín Acosta"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tinchoz49/parcel-plugin-surplus/issues"
},
"homepage": "https://github.com/tinchoz49/parcel-plugin-surplus#readme",
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/__tests__/samples/"
]
},
"peerDependencies": {
"parcel-bundler": "^1.9.6",
"surplus": "^0.5.2"
},
"devDependencies": {
"@geut/chan": "^2.0.0",
"jest": "^24.8.0",
"parcel-bundler": "^1.12.3",
"s-js": "^0.4.7",
"standard": "^12.0.1",
"surplus": "^0.5.2"
},
"dependencies": {
"deps-regex": "^0.1.4"
}
}