Skip to content

Commit

Permalink
chore: apply fixpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Dec 22, 2024
1 parent 2981533 commit 919a30c
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
{
"name": "espurify",
"description": "Clone AST without extra properties",
"version": "3.1.0",
"description": "Clone AST without extra properties",
"keywords": [
"ast",
"estree",
"ecmascript",
"es6"
],
"homepage": "https://github.com/estools/espurify",
"bugs": "https://github.com/estools/espurify/issues",
"repository": {
"type": "git",
"url": "git://github.com/estools/espurify.git"
},
"license": "MIT",
"author": {
"name": "Takuto Wada",
"email": "[email protected]",
"url": "https://github.com/twada"
},
"bugs": "https://github.com/estools/espurify/issues",
"contributors": [
{
"name": "Renée Kooi",
Expand All @@ -18,15 +30,8 @@
"url": "https://github.com/papandreou"
}
],
"devDependencies": {
"acorn": "^8.0.0",
"babel-types": "^6.3.20",
"babylon": "^6.3.20",
"esprima": "^4.0.0",
"estraverse": "^5.0.0",
"semistandard": "^17.0.0",
"snazzy": "^9.0.0"
},
"type": "commonjs",
"main": "index.js",
"files": [
"CHANGELOG.md",
"MIT-LICENSE.txt",
Expand All @@ -35,31 +40,26 @@
"lib",
"package.json"
],
"homepage": "https://github.com/estools/espurify",
"keywords": [
"ast",
"estree",
"ecmascript",
"es6"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/estools/espurify.git"
},
"scripts": {
"preversion": "npm test",
"lint": "semistandard --verbose index.js lib test | snazzy",
"fmt": "semistandard --fix index.js lib test",
"test": "npm run lint && node --test"
},
"devDependencies": {
"acorn": "^8.0.0",
"babel-types": "^6.3.20",
"babylon": "^6.3.20",
"esprima": "^4.0.0",
"estraverse": "^5.0.0",
"semistandard": "^17.0.0",
"snazzy": "^9.0.0"
},
"semistandard": {
"ignore": [
"/build/",
"/bench/",
"**/*.jsx"
]
},
"type": "commonjs"
}
}

0 comments on commit 919a30c

Please sign in to comment.