Skip to content

Commit 0649b0c

Browse files
committed
add package.json
1 parent be112ed commit 0649b0c

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "babel-plugin-transform-not-strict",
3+
"main": "index.js",
4+
"version": "0.0.0",
5+
"author": "Amin Yahyaabadi",
6+
"description": "Remove 'use strict' if the file is 'not strict'",
7+
"keywords": [
8+
"babel-plugin",
9+
"use strict",
10+
"not strict",
11+
"strictMode",
12+
"strict",
13+
"ES6",
14+
"babel"
15+
],
16+
"repository": "https://github.com/atom-ide-community/babel-plugin-transform-not-strict",
17+
"license": "MIT",
18+
"scripts": {
19+
"test": "atom --test spec/test.js",
20+
"bump": "ncu -u"
21+
},
22+
"peerDependencies": {
23+
"@babel/core": "7.11.6"
24+
},
25+
"devDependencies": {
26+
"@babel/cli": "7.11.6",
27+
"@babel/core": "7.11.6",
28+
"babel-plugin-tester": "^9.2.0",
29+
"npm-check-updates": "8.1.1"
30+
}
31+
}

0 commit comments

Comments
 (0)