babel-plugin-transform-constant-string
Version:
transform constant string variable
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "babel-plugin-transform-constant-string",
"version": "0.1.0",
"description": "transform constant string variable",
"repository": {
"type": "git",
"url": "git+https://github.com/lovetingyuan/babel-plugin-transform-constant-string.git"
},
"bugs": {
"url": "https://github.com/lovetingyuan/babel-plugin-transform-constant-string/issues"
},
"author": "tingyuan <1932294867@qq.com>",
"main": "lib/index.js",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"mocha": "^2.2.5",
"normalize-newline": "^3.0.0"
},
"scripts": {
"clean": "rm -rf lib",
"build": "babel src -d lib",
"test": "mocha --compilers js:babel-register",
"test:watch": "npm run test -- --watch",
"prepublish": "npm run clean && npm run build",
"start:inspect": "node --inspect-brk test/fixtures/example/test"
},
"files": [
"lib"
],
"keywords": [
"babel",
"plugin",
"const",
"string",
"babel-plugin"
]
}